[BACK]Return to ssh-keygen.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.177 and 1.178

version 1.177, 2019/11/25 00:54:23 version 1.178, 2019/11/25 00:55:58
Line 679 
Line 679 
 .It Fl x Ar flags  .It Fl x Ar flags
 Specifies the security key flags to use when enrolling a security key-hosted  Specifies the security key flags to use when enrolling a security key-hosted
 key.  key.
   Flags may be specified by name or directly as a hexadecimal value.
   Only one named flag is supported at present:
   .Cm no-touch-required ,
   which indicates that the generated private key should not require touch
   events (user presence) when making signatures.
   Note that
   .Xr sshd 8
   will refuse such signatures by default, unless overridden via
   an authorized_keys option.
 .It Fl y  .It Fl y
 This option will read a private  This option will read a private
 OpenSSH format file and print an OpenSSH public key to stdout.  OpenSSH format file and print an OpenSSH public key to stdout.

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178