Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. 501 ssh hostname
  2. 503 ssh hostname
  3. 504 ssh hostname
  4. 505 ssh hostname -vvv
  5. 506 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 hostname
  6. 507 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 hostname -vvv
  7. 508 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc hostname -vvv
  8. 509 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc hostname -vv
  9. 510 ssh -oKexAlgorithms=+diffie-hellman-group-exchange-sha1 hostname -vv
  10. 511 ssh -oKexAlgorithms=+diffie-hellman-group-exchange-sha1 hostname
  11. 512 ssh -vvv -oKexAlgorithms=+diffie-hellman-group-exchange-sha1 hostname
  12. 516 ssh -oHostKeyAlgorithms=+ssh-rsa hostname
  13. 517 ssh -vvv -oHostKeyAlgorithms=+ssh-rsa hostname
  14. 518 ssh -vvv -oKexAlgorithms=+diffie-hellman-group1-sha1 hostname
  15. 519 ssh -vvv -oKexAlgorithms=+diffie-hellman-group1-sha1 hostname
  16. 520 ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 hostname -vvv
  17. 525 history | grep hostname
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement