Guest User

Untitled

a guest
Sep 8th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. To your server using ssh-ed15519 key.
  2. =====================================
  3.  
  4. inextrix@inextrix-rushika:~$ ssh -v -i /home/inextrix/.ssh/id_ed25519 -p 2356 -o 'IdentitiesOnly yes' -o HostKeyAlgorithms=ssh-ed25519 root@69.164.193.249
  5. OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  8. debug1: Connecting to 69.164.193.249 [69.164.193.249] port 2356.
  9. debug1: Connection established.
  10. debug1: identity file /home/inextrix/.ssh/id_ed25519 type 4
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/inextrix/.ssh/id_ed25519-cert type -1
  13. debug1: Enabling compatibility mode for protocol 2.0
  14. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
  16. debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
  17. debug1: Authenticating to 69.164.193.249:2356 as 'root'
  18. debug1: SSH2_MSG_KEXINIT sent
  19. debug1: SSH2_MSG_KEXINIT received
  20. debug1: kex: algorithm: curve25519-sha256@libssh.org
  21. debug1: kex: host key algorithm: ssh-ed25519
  22. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  23. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  24. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  25. debug1: Server host key: ssh-ed25519 SHA256:th9F6FiJCuVo6Pb4P7RuODlsbvWI6HrOCcnmdqAJ4TI
  26. debug1: Host '[69.164.193.249]:2356' is known and matches the ED25519 host key.
  27. debug1: Found key in /home/inextrix/.ssh/known_hosts:15
  28. debug1: rekey after 134217728 blocks
  29. debug1: SSH2_MSG_NEWKEYS sent
  30. debug1: expecting SSH2_MSG_NEWKEYS
  31. debug1: rekey after 134217728 blocks
  32. debug1: SSH2_MSG_NEWKEYS received
  33. debug1: SSH2_MSG_SERVICE_ACCEPT received
  34. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  35. debug1: Next authentication method: gssapi-keyex
  36. debug1: No valid Key exchange context
  37. debug1: Next authentication method: gssapi-with-mic
  38. debug1: Unspecified GSS failure. Minor code may provide more information
  39. No Kerberos credentials available
  40.  
  41. debug1: Unspecified GSS failure. Minor code may provide more information
  42. No Kerberos credentials available
  43.  
  44. debug1: Unspecified GSS failure. Minor code may provide more information
  45.  
  46.  
  47. debug1: Unspecified GSS failure. Minor code may provide more information
  48. No Kerberos credentials available
  49.  
  50. debug1: Next authentication method: publickey
  51. debug1: Offering ED25519 public key: /home/inextrix/.ssh/id_ed25519
  52. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  53. debug1: No more authentication methods to try.
  54. Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
  55. inextrix@inextrix-rushika:~$
  56.  
  57.  
  58. To our server using ssh-ed15519 key.
  59. =====================================
  60.  
  61. inextrix@inextrix-rushika:~$ ssh -v -i /home/inextrix/.ssh/id_ed25519 -o 'IdentitiesOnly yes' -o HostKeyAlgorithms=ssh-ed25519 192.168.1.19
  62. OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016
  63. debug1: Reading configuration data /etc/ssh/ssh_config
  64. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  65. debug1: Connecting to 192.168.1.19 [192.168.1.19] port 22.
  66. debug1: Connection established.
  67. debug1: identity file /home/inextrix/.ssh/id_ed25519 type 4
  68. debug1: key_load_public: No such file or directory
  69. debug1: identity file /home/inextrix/.ssh/id_ed25519-cert type -1
  70. debug1: Enabling compatibility mode for protocol 2.0
  71. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  72. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
  73. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8 pat OpenSSH_6.6.1* compat 0x04000000
  74. debug1: Authenticating to 192.168.1.19:22 as 'inextrix'
  75. debug1: SSH2_MSG_KEXINIT sent
  76. debug1: SSH2_MSG_KEXINIT received
  77. debug1: kex: algorithm: curve25519-sha256@libssh.org
  78. debug1: kex: host key algorithm: ssh-ed25519
  79. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  80. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  81. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  82. debug1: Server host key: ssh-ed25519 SHA256:nB0j2a7umouZh3ldBrBgLiu5/DwO1hvvhbeJTTLnd/c
  83. debug1: Host '192.168.1.19' is known and matches the ED25519 host key.
  84. debug1: Found key in /home/inextrix/.ssh/known_hosts:16
  85. debug1: rekey after 134217728 blocks
  86. debug1: SSH2_MSG_NEWKEYS sent
  87. debug1: expecting SSH2_MSG_NEWKEYS
  88. debug1: rekey after 134217728 blocks
  89. debug1: SSH2_MSG_NEWKEYS received
  90. debug1: SSH2_MSG_SERVICE_ACCEPT received
  91. debug1: Authentications that can continue: publickey,password
  92. debug1: Next authentication method: publickey
  93. debug1: Offering ED25519 public key: /home/inextrix/.ssh/id_ed25519
  94. debug1: Server accepts key: pkalg ssh-ed25519 blen 51
  95. debug1: Authentication succeeded (publickey).
  96. Authenticated to 192.168.1.19 ([192.168.1.19]:22).
  97. debug1: channel 0: new [client-session]
  98. debug1: Requesting no-more-sessions@openssh.com
  99. debug1: Entering interactive session.
  100. debug1: pledge: network
  101. debug1: Sending environment.
  102. debug1: Sending env LANG = en_IN
  103. Welcome to Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-108-generic x86_64)
  104.  
  105. * Documentation: https://help.ubuntu.com/
  106.  
  107. 190 packages can be updated.
  108. 176 updates are security updates.
  109.  
  110. New release '16.04.3 LTS' available.
  111. Run 'do-release-upgrade' to upgrade to it.
  112.  
  113. You have new mail.
  114. Last login: Fri Sep 8 11:56:26 2017 from 192.168.1.39
  115. inextrix@inextrix-kavin:~$
Add Comment
Please, Sign In to add comment