Guest User

Untitled

a guest
Oct 28th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. $ ssh -vv -p 1522 jwalton@192.168.1.11
  2. OpenSSH_7.1p1, OpenSSL 1.0.2d 9 Jul 2015
  3. debug1: Reading configuration data /Users/jwalton/.ssh/config
  4. /Users/jwalton/.ssh/config line 2: Bad key types 'ssh-ed25519,ecdsa-sha2-nistp256,ssh-dsa,ssh-rsa'.
  5.  
  6. The -Q option of ssh(1) may be used to list supported key types.
  7.  
  8. riemann::~$ ssh -Q
  9. /usr/local/bin/ssh: option requires an argument -- Q
  10. riemann::~$ ssh -Q dsa
  11. Unsupported query "dsa"
  12. riemann::~$ ssh -Q ssh-dsa
  13. Unsupported query "ssh-dsa"
  14. riemann::~$ ssh -Q ed25529
  15. Unsupported query "ed25529"
  16. riemann::~$ ssh -Q ssh-ed25529
  17. Unsupported query "ssh-ed25529"
  18. riemann::~$ ssh -Q PubkeyAcceptedKeyTypes
  19. Unsupported query "PubkeyAcceptedKeyTypes"
  20.  
  21. -Q cipher | cipher-auth | mac | kex | key | protocol-version
  22.  
  23. ssh -Q key
  24. ssh-ed25519
  25. ssh-ed25519-cert-v01@openssh.com
  26. ssh-rsa
  27. ssh-dss
  28. ecdsa-sha2-nistp256
  29. ecdsa-sha2-nistp384
  30. ecdsa-sha2-nistp521
  31. ssh-rsa-cert-v01@openssh.com
  32. ssh-dss-cert-v01@openssh.com
  33. ecdsa-sha2-nistp256-cert-v01@openssh.com
  34. ecdsa-sha2-nistp384-cert-v01@openssh.com
  35. ecdsa-sha2-nistp521-cert-v01@openssh.com
Add Comment
Please, Sign In to add comment