Advertisement
fplanzer

ssh diffie-hellman

Apr 24th, 2018 (edited)
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 123.123.123.123
  2.  
  3. ssh -c aes128-cbc -oKexAlgorithms=+diffie-hellman-group1-sha1 admin@192.168.1.20
  4.  
  5. ssh -pXXX -oHostKeyAlgorithms=+ssh-dss -oKexAlgorithms=+diffie-hellman-group1-sha1 xxx.xxx.xxx.xxx
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement