[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.223 and 1.224

version 1.223, 2015/11/15 23:58:04 version 1.224, 2016/02/11 02:56:32
Line 486 
Line 486 
 chacha20-poly1305@openssh.com,  chacha20-poly1305@openssh.com,
 aes128-ctr,aes192-ctr,aes256-ctr,  aes128-ctr,aes192-ctr,aes256-ctr,
 aes128-gcm@openssh.com,aes256-gcm@openssh.com,  aes128-gcm@openssh.com,aes256-gcm@openssh.com,
 arcfour256,arcfour128,  aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,  
 aes192-cbc,aes256-cbc,arcfour  
 .Ed  .Ed
 .Pp  .Pp
 The list of available ciphers may also be obtained using the  The list of available ciphers may also be obtained using the
Line 876 
Line 874 
 ssh-ed25519-cert-v01@openssh.com,  ssh-ed25519-cert-v01@openssh.com,
 ssh-rsa-cert-v01@openssh.com,  ssh-rsa-cert-v01@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-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 899 
Line 897 
 ssh-ed25519-cert-v01@openssh.com,  ssh-ed25519-cert-v01@openssh.com,
 ssh-rsa-cert-v01@openssh.com,  ssh-rsa-cert-v01@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-ed25519,rsa-sha2-512,rsa-sha2-256,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 1189 
Line 1187 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 umac-64-etm@openssh.com,umac-128-etm@openssh.com,  umac-64-etm@openssh.com,umac-128-etm@openssh.com,
 hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,  hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
   hmac-sha1-etm@openssh.com,
 umac-64@openssh.com,umac-128@openssh.com,  umac-64@openssh.com,umac-128@openssh.com,
 hmac-sha2-256,hmac-sha2-512,  hmac-sha2-256,hmac-sha2-512,hmac-sha1
 hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,  
 hmac-ripemd160-etm@openssh.com,  
 hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,  
 hmac-md5,hmac-sha1,hmac-ripemd160,  
 hmac-sha1-96,hmac-md5-96  
 .Ed  .Ed
 .Pp  .Pp
 The list of available MAC algorithms may also be obtained using the  The list of available MAC algorithms may also be obtained using the
Line 1340 
Line 1334 
 ssh-ed25519-cert-v01@openssh.com,  ssh-ed25519-cert-v01@openssh.com,
 ssh-rsa-cert-v01@openssh.com,  ssh-rsa-cert-v01@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-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
 .Ed  .Ed
 .Pp  .Pp
 The  The

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224