Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. ssh -v 10.12.187.23
  2. OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
  3. debug1: Reading configuration data /etc/ssh_config
  4. debug1: Rhosts Authentication disabled, originating port will not be trusted.
  5. debug1: Connecting to localhost [10.12.187.23] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /cygdrive/c/.ssh/identity type 0
  8. debug1: identity file /cygdrive/c/.ssh/id_rsa type 1
  9. debug1: identity file /cygdrive/c/.ssh/id_dsa type 2
  10. debug1: Remote protocol version 1.99, remote software version OpenSSH_3.6.1p1
  11. debug1: match: OpenSSH_3.6.1p1 pat OpenSSH*
  12. debug1: Enabling compatibility mode for protocol 2.0
  13. debug1: Local version string SSH-2.0-OpenSSH_3.6.1p1
  14. debug1: SSH2_MSG_KEXINIT sent
  15.  
  16. ssh -vv worker01
  17. OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
  18. debug1: Reading configuration data /etc/ssh/ssh_config
  19. debug1: /etc/ssh/ssh_config line 56: Applying options for *
  20. debug2: ssh_connect: needpriv 0
  21. debug1: Connecting to worker01 [102.164.35.64] port 22.
  22. debug1: Connection established.
  23. debug1: permanently_set_uid: 0/0
  24. debug1: identity file /root/.ssh/id_rsa type 1
  25. debug1: identity file /root/.ssh/id_rsa-cert type -1
  26. debug1: identity file /root/.ssh/id_dsa type -1
  27. debug1: identity file /root/.ssh/id_dsa-cert type -1
  28. debug1: identity file /root/.ssh/id_ecdsa type -1
  29. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  30. debug1: identity file /root/.ssh/id_ed25519 type -1
  31. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  32. debug1: Enabling compatibility mode for protocol 2.0
  33. debug1: Local version string SSH-2.0-OpenSSH_6.6.1
  34. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  35. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  36. debug2: fd 3 setting O_NONBLOCK
  37. debug1: SSH2_MSG_KEXINIT sent
Add Comment
Please, Sign In to add comment