Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1.  
  2. [ezmaster@elcheapo .ssh]$ ssh -v flamingo
  3. OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: Applying options for *
  6. debug1: Connecting to flamingo [129.132.36.150] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/ezmaster/.ssh/identity type -1
  9. debug1: identity file /home/ezmaster/.ssh/id_rsa type 1
  10. debug1: identity file /home/ezmaster/.ssh/id_dsa type -1
  11. debug1: loaded 3 keys
  12. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
  13. debug1: match: OpenSSH_4.3 pat OpenSSH*
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_4.3
  16. debug1: SSH2_MSG_KEXINIT sent
  17. debug1: SSH2_MSG_KEXINIT received
  18. debug1: kex: server->client aes128-cbc hmac-md5 none
  19. debug1: kex: client->server aes128-cbc hmac-md5 none
  20. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  21. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  22. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  23. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  24. debug1: Host 'flamingo' is known and matches the RSA host key.
  25. debug1: Found key in /home/ezmaster/.ssh/known_hosts:1
  26. debug1: ssh_rsa_verify: signature correct
  27. debug1: SSH2_MSG_NEWKEYS sent
  28. debug1: expecting SSH2_MSG_NEWKEYS
  29. debug1: SSH2_MSG_NEWKEYS received
  30. debug1: SSH2_MSG_SERVICE_REQUEST sent
  31. debug1: SSH2_MSG_SERVICE_ACCEPT received
  32. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  33. debug1: Next authentication method: gssapi-with-mic
  34. debug1: Unspecified GSS failure. Minor code may provide more information
  35. No credentials cache found
  36.  
  37. debug1: Unspecified GSS failure. Minor code may provide more information
  38. No credentials cache found
  39.  
  40. debug1: Unspecified GSS failure. Minor code may provide more information
  41. No credentials cache found
  42.  
  43. debug1: Next authentication method: publickey
  44. debug1: Offering public key: /home/ezmaster/.ssh/id_rsa
  45. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  46. debug1: Trying private key: /home/ezmaster/.ssh/identity
  47. debug1: Offering public key: /home/ezmaster/.ssh/id_rsa
  48. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  49. debug1: Trying private key: /home/ezmaster/.ssh/id_dsa
  50. debug1: Next authentication method: password
  51. ezmaster@flamingo's password:
  52.  
  53. [ezmaster@elcheapo .ssh]$ ssh-del
  54. bash: ssh-del: command not found
  55. [ezmaster@elcheapo .ssh]$ ssh-remove
  56. bash: ssh-remove: command not found
  57. [ezmaster@elcheapo .ssh]$ man ssh
  58. [ezmaster@elcheapo .ssh]$ ssh -i id_rsa flamingo
  59. ezmaster@flamingo's password:
  60.  
  61. [ezmaster@elcheapo .ssh]$ man ssh
  62. [ezmaster@elcheapo .ssh]$ ssh -i aid_rsa flamingo
  63. Warning: Identity file aid_rsa not accessible: No such file or directory.
  64. ezmaster@flamingo's password:
  65.  
  66. [ezmaster@elcheapo .ssh]$ ssh --version
  67. usage: ssh [-1246AaCfgkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]
  68. [-D [bind_address:]port] [-e escape_char] [-F configfile]
  69. [-i identity_file] [-L [bind_address:]port:host:hostport]
  70. [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
  71. [-R [bind_address:]port:host:hostport] [-S ctl_path]
  72. [-w tunnel:tunnel] [user@]hostname [command]
  73. [ezmaster@elcheapo .ssh]$ clear
  74. [ezmaster@elcheapo .ssh]$ ssh -v -i id_rsa flamingo
  75. OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
  76. debug1: Reading configuration data /etc/ssh/ssh_config
  77. debug1: Applying options for *
  78. debug1: Connecting to flamingo [129.132.36.150] port 22.
  79. debug1: Connection established.
  80. debug1: identity file id_rsa type 1
  81. debug1: loaded 1 keys
  82. debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
  83. debug1: match: OpenSSH_4.3 pat OpenSSH*
  84. debug1: Enabling compatibility mode for protocol 2.0
  85. debug1: Local version string SSH-2.0-OpenSSH_4.3
  86. debug1: SSH2_MSG_KEXINIT sent
  87. debug1: SSH2_MSG_KEXINIT received
  88. debug1: kex: server->client aes128-cbc hmac-md5 none
  89. debug1: kex: client->server aes128-cbc hmac-md5 none
  90. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
  91. debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
  92. debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
  93. debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
  94. debug1: Host 'flamingo' is known and matches the RSA host key.
  95. debug1: Found key in /home/ezmaster/.ssh/known_hosts:1
  96. debug1: ssh_rsa_verify: signature correct
  97. debug1: SSH2_MSG_NEWKEYS sent
  98. debug1: expecting SSH2_MSG_NEWKEYS
  99. debug1: SSH2_MSG_NEWKEYS received
  100. debug1: SSH2_MSG_SERVICE_REQUEST sent
  101. debug1: SSH2_MSG_SERVICE_ACCEPT received
  102. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  103. debug1: Next authentication method: gssapi-with-mic
  104. debug1: Unspecified GSS failure. Minor code may provide more information
  105. No credentials cache found
  106.  
  107. debug1: Unspecified GSS failure. Minor code may provide more information
  108. No credentials cache found
  109.  
  110. debug1: Unspecified GSS failure. Minor code may provide more information
  111. No credentials cache found
  112.  
  113. debug1: Next authentication method: publickey
  114. debug1: Offering public key: /home/ezmaster/.ssh/id_rsa
  115. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  116. debug1: Offering public key: id_rsa
  117. debug1: Authentications that can continue: publickey,gssapi-with-mic,password
  118. debug1: Next authentication method: password
Add Comment
Please, Sign In to add comment