Difference between revisions of "Ssh Ciphers"
Jump to navigation
Jump to search
(Created page with "ssh -Q kex host.example.com ssh -Q cipher host.example.com You can manually try ciphers and then end up using something like sftp -c aes256-cbc -oKexAlgorithms=diffie-hellman...") |
(No difference)
|
Revision as of 21:43, 12 February 2021
ssh -Q kex host.example.com ssh -Q cipher host.example.com
You can manually try ciphers and then end up using something like sftp -c aes256-cbc -oKexAlgorithms=diffie-hellman-group14-sha1host.example.com but it's better to just update server to support newer ciphers.