Displaying 8 results from an estimated 8 matches for "metacode".
Did you mean:
betacode
2024 Mar 07
1
Question about ssh-keygen -Y find-principals
Hello,
I've noticed that `ssh-keygen -Y find-principals` warns about empty
lines in the allowed signers file, even though the documentation says
they should be treated as comments:
$ ssh-keygen -Y find-principals -f allowed_signers.md -I
wiktor at metacode.biz -n file -s rsa-key.txt.sig < rsa-key.txt
allowed_signers.md:3: missing key <---- here
wiktor at metacode.biz
`-Y verify` doesn't have this issue:
$ ssh-keygen -Y verify -f allowed_signers.md -I wiktor at metacode.biz -n
file -s rsa-key.txt.sig < rsa-key.txt
Good "fil...
2025 Apr 23
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...allowed_signers_file` option can be passed only once. A side remark:
technically it can be passed multiple times without a warning but the
last invocation overrides all previous ones. Tested using:
$ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s
statement.txt.sig -I wiktor at metacode.biz < statement.txt
Could not verify signature.
While this works (note the order of -f's):
$ ssh-keygen -Y verify -f /dev/null -f allowed_signers -n file -s
statement.txt.sig -I wiktor at metacode.biz < statement.txt
Good "file" signature for wiktor at metacode.biz with RSA k...
2014 Nov 14
1
Belkin UPS, master netbook, slave MythTV server
Hi all,
I've finally gotten around to setting up the netbook that controls my
UPS and I would like to make sure that I've got the metacode correct
before configuring nut :)
Here's what I've got:
Belkin UPS F6C120auUNV
* Batteries recently replaced
* On battery: 24 port switch, PoE AP, antenna power booster, ADSL
modem, MythTV server, 19" monitor
* On surge protection: Netbook (details below)
* I would like...
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...on can be
> passed only once. A side remark: technically it can be passed multiple times
> without a warning but the last invocation overrides all previous ones. Tested
> using:
>
> $ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s
> statement.txt.sig -I wiktor at metacode.biz < statement.txt
> Could not verify signature.
>
> While this works (note the order of -f's):
>
> $ ssh-keygen -Y verify -f /dev/null -f allowed_signers -n file -s
> statement.txt.sig -I wiktor at metacode.biz < statement.txt
> Good "file" signature for...
2006 Jun 08
1
How to do this simple integration?
Hello,
I have a simple function in the form as follows:
> f<-function(x){sum(v^x)}
where v is a vector. I was trying to integrate f using the command
> I<-integrate(f,0,1)
However, this will not work and seems that the reason is to use
"integrate", the f must be a function that with input and output of same
length. Anyone can point out which command should I use in order
2011 Jan 07
2
[LLVMdev] TableGen Operator Names
...ke a comment or preprocessor directive)
$operator (Looks too much like a variable)
%operator (Or +,-,/,^,*: could be confused with arithmetic, but not likely)
~operator (Could be confused with logical not)
()operator (Redundant with parameter parens)
\operator ("Escape" into metacode?)
There are plenty of other spellings, I've just tried to present my
thoughts on a few.
At the same time I would try to add syntax-highlighting support for
operators so they stand out better when reading .td files.
Is this a good idea? If so, does anyone have a strong syntax
preference?...
2002 Mar 04
1
String Resources & Popup Problem
Ok, that's done.
Now after this the should compile and run :
in En.rc MAIN_MENU is defined now like this :
MAIN_MENU MENU
{
POPUP "&File" {
MENUITEM "&New...", 0x100
En.rc is included by #include "En.rc" in rsrc.rc.
And gcc complies about it when compiling :
[syl@snoop notepad]$ make
gcc -c -I. -I. -I../../include -I../../include -g -O2
-Wall
2014 Nov 18
55
[Bug 2319] New: [PATCH REVIEW] U2F authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2319
Bug ID: 2319
Summary: [PATCH REVIEW] U2F authentication
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at