NoPaste

ssh -1

von KBDCALLS
SNIPPET_DESC:
ssh login als root
SNIPPET_CREATION_TIME:
20.10.2020 13:49:17
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. ssh -v root@localhost
  2. OpenSSH_8.3p1 Debian-1, OpenSSL 1.1.1h  22 Sep 2020
  3. debug1: Connecting to localhost [::1] port 22.
  4. debug1: Connection established.
  5. debug1: identity file /home/matthias/.ssh/id_rsa type 0
  6. debug1: identity file /home/matthias/.ssh/id_rsa-cert type -1
  7. debug1: identity file /home/matthias/.ssh/id_dsa type -1
  8. debug1: identity file /home/matthias/.ssh/id_dsa-cert type -1
  9. debug1: identity file /home/matthias/.ssh/id_ecdsa type -1
  10. debug1: identity file /home/matthias/.ssh/id_ecdsa-cert type -1
  11. debug1: identity file /home/matthias/.ssh/id_ecdsa_sk type -1
  12. debug1: identity file /home/matthias/.ssh/id_ecdsa_sk-cert type -1
  13. debug1: identity file /home/matthias/.ssh/id_ed25519 type 3
  14. debug1: identity file /home/matthias/.ssh/id_ed25519-cert type -1
  15. debug1: identity file /home/matthias/.ssh/id_ed25519_sk type -1
  16. debug1: identity file /home/matthias/.ssh/id_ed25519_sk-cert type -1
  17. debug1: identity file /home/matthias/.ssh/id_xmss type -1
  18. debug1: identity file /home/matthias/.ssh/id_xmss-cert type -1
  19. debug1: Local version string SSH-2.0-OpenSSH_8.3p1 Debian-1
  20. debug1: Remote protocol version 2.0, remote software version OpenSSH_8.3p1 Debian-1
  21. debug1: match: OpenSSH_8.3p1 Debian-1 pat OpenSSH* compat 0x04000000
  22. debug1: Authenticating to localhost:22 as 'root'
  23. debug1: SSH2_MSG_KEXINIT sent
  24. debug1: SSH2_MSG_KEXINIT received
  25. debug1: kex: algorithm: curve25519-sha256
  26. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  27. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  28. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  29. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  30. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:aMGaBNpd9CBLu2VviEf/7yn8jHn6idoLmZDNK/oBOFE
  31. debug1: Host 'localhost' is known and matches the ECDSA host key.
  32. debug1: Found key in /home/matthias/.ssh/known_hosts:1
  33. debug1: rekey out after 134217728 blocks
  34. debug1: SSH2_MSG_NEWKEYS sent
  35. debug1: expecting SSH2_MSG_NEWKEYS
  36. debug1: SSH2_MSG_NEWKEYS received
  37. debug1: rekey in after 134217728 blocks
  38. debug1: Will attempt key: /home/matthias/.ssh/id_rsa RSA SHA256:uaUhf7oYHxgftdf1JPXO2ZdqmACbuXegzQy9ddMGw6Y
  39. debug1: Will attempt key: /home/matthias/.ssh/id_dsa
  40. debug1: Will attempt key: /home/matthias/.ssh/id_ecdsa
  41. debug1: Will attempt key: /home/matthias/.ssh/id_ecdsa_sk
  42. debug1: Will attempt key: /home/matthias/.ssh/id_ed25519 ED25519 SHA256:CQoEjhBQvL2ATpi2AE06dFbmphsHCyJQj2oWreqfjXM
  43. debug1: Will attempt key: /home/matthias/.ssh/id_ed25519_sk
  44. debug1: Will attempt key: /home/matthias/.ssh/id_xmss
  45. debug1: SSH2_MSG_EXT_INFO received
  46. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com>
  47. debug1: SSH2_MSG_SERVICE_ACCEPT received
  48. debug1: Authentications that can continue: publickey
  49. debug1: Next authentication method: publickey
  50. debug1: Offering public key: /home/matthias/.ssh/id_rsa RSA SHA256:uaUhf7oYHxgftdf1JPXO2ZdqmACbuXegzQy9ddMGw6Y
  51. debug1: Authentications that can continue: publickey
  52. debug1: Trying private key: /home/matthias/.ssh/id_dsa
  53. debug1: Trying private key: /home/matthias/.ssh/id_ecdsa
  54. debug1: Trying private key: /home/matthias/.ssh/id_ecdsa_sk
  55. debug1: Offering public key: /home/matthias/.ssh/id_ed25519 ED25519 SHA256:CQoEjhBQvL2ATpi2AE06dFbmphsHCyJQj2oWreqfjXM
  56. debug1: Authentications that can continue: publickey
  57. debug1: Trying private key: /home/matthias/.ssh/id_ed25519_sk
  58. debug1: Trying private key: /home/matthias/.ssh/id_xmss
  59. debug1: No more authentication methods to try.
  60. root@localhost: Permission denied (publickey).

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN