Description
Would it be possible to support more crypto algorithms which recent versions of OpenSSH support?
From man ssh_config
on Debian Jessie.
-
MACs
[email protected],[email protected],
[email protected],[email protected],
[email protected],[email protected],
hmac-sha2-256,hmac-sha2-512,
[email protected],[email protected],
[email protected],
[email protected],[email protected],
hmac-md5,hmac-sha1,hmac-ripemd160,
hmac-sha1-96,hmac-md5-96 -
Ciphers
aes128-ctr,aes192-ctr,aes256-ctr,
[email protected],[email protected],
[email protected],
arcfour256,arcfour128,
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,
aes192-cbc,aes256-cbc,arcfour -
KexAlgorithms
[email protected],
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,
diffie-hellman-group-exchange-sha256,
diffie-hellman-group14-sha1,
diffie-hellman-group-exchange-sha1,
diffie-hellman-group1-sha1
Related to: darkoperator/Posh-SSH#103
Partly related to: #20