Ssh Ciphers

From UVOO Tech Wiki
Revision as of 21:43, 12 February 2021 by Busk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.