You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did I screw up, or does the man page need updating?
Generating a new key using the openssl instructions in the man page does work. However, we should probably use chmod 600 alice.key after generating the key.
This may be obvious to some, but maybe we should use $USER.pub instead of alice.pub in the man page to make it more clear the username should be used instead of a literal alice.
The text was updated successfully, but these errors were encountered:
I RTFM, decided to use my ssh private key, then ran:
Did I screw up, or does the man page need updating?
Generating a new key using the
openssl
instructions in the man page does work. However, we should probably usechmod 600 alice.key
after generating the key.This may be obvious to some, but maybe we should use
$USER.pub
instead ofalice.pub
in the man page to make it more clear the username should be used instead of a literalalice
.The text was updated successfully, but these errors were encountered: