[BACK]Return to ssh_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.212 and 1.213

version 1.212, 2015/07/03 03:47:00 version 1.213, 2015/07/10 06:21:53
Line 781 
Line 781 
 .It Cm HostbasedKeyTypes  .It Cm HostbasedKeyTypes
 Specifies the key types that will be used for hostbased authentication  Specifies the key types that will be used for hostbased authentication
 as a comma-separated pattern list.  as a comma-separated pattern list.
 The default  The default for this option is:
 .Dq *  .Bd -literal -offset 3n
 will allow all key types.  ecdsa-sha2-nistp256-cert-v01@openssh.com,
   ecdsa-sha2-nistp384-cert-v01@openssh.com,
   ecdsa-sha2-nistp521-cert-v01@openssh.com,
   ssh-ed25519-cert-v01@openssh.com,
   ssh-rsa-cert-v01@openssh.com,
   ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
   ssh-ed25519,ssh-rsa
   .Ed
   .Pp
 The  The
 .Fl Q  .Fl Q
 option of  option of
Line 798 
Line 806 
 ecdsa-sha2-nistp384-cert-v01@openssh.com,  ecdsa-sha2-nistp384-cert-v01@openssh.com,
 ecdsa-sha2-nistp521-cert-v01@openssh.com,  ecdsa-sha2-nistp521-cert-v01@openssh.com,
 ssh-ed25519-cert-v01@openssh.com,  ssh-ed25519-cert-v01@openssh.com,
 ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,  ssh-rsa-cert-v01@openssh.com,
 ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,  
 ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,  ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
 ssh-ed25519,ssh-rsa,ssh-dss  ssh-ed25519,ssh-rsa
 .Ed  .Ed
 .Pp  .Pp
 If hostkeys are known for the destination host then this default is modified  If hostkeys are known for the destination host then this default is modified
Line 1206 
Line 1213 
 instead of continuing to execute and pass data.  instead of continuing to execute and pass data.
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm PubkeyAcceptedKeyTypes
   Specifies the key types that will be used for public key authentication
   as a comma-separated pattern list.
   The default for this option is:
   .Bd -literal -offset 3n
   ecdsa-sha2-nistp256-cert-v01@openssh.com,
   ecdsa-sha2-nistp384-cert-v01@openssh.com,
   ecdsa-sha2-nistp521-cert-v01@openssh.com,
   ssh-ed25519-cert-v01@openssh.com,
   ssh-rsa-cert-v01@openssh.com,
   ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
   ssh-ed25519,ssh-rsa
   .Ed
   .Pp
   The
   .Fl Q
   option of
   .Xr ssh 1
   may be used to list supported key types.
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether to try public key authentication.  Specifies whether to try public key authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.212  
changed lines
  Added in v.1.213