Advertisement
Guest User

ssh

a guest
Nov 11th, 2013
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. bjoern@bjoern-SonyVPC:~$ ssh -p 6678 192.168.106@root
  2. ssh: Could not resolve hostname root: Name or service not known
  3. bjoern@bjoern-SonyVPC:~$ ssh -p 6678 192.168.106@Homeserver
  4. ssh: Could not resolve hostname Homeserver: Name or service not known
  5. bjoern@bjoern-SonyVPC:~$ ssh 192.168.106@Homeserver
  6. ssh: Could not resolve hostname Homeserver: Name or service not known
  7. bjoern@bjoern-SonyVPC:~$ ssh 192.168.106@devilcoder
  8. ssh: Could not resolve hostname devilcoder: Name or service not known
  9. bjoern@bjoern-SonyVPC:~$ ssh 192.168.106
  10. ^C
  11. bjoern@bjoern-SonyVPC:~$ sudo ssh 192.168.2.106
  12. [sudo] password for bjoern:
  13. The authenticity of host '192.168.2.106 (192.168.2.106)' can't be established.
  14. ECDSA key fingerprint is 56:d7:2c:51:32:c2:fc:f9:54:97:7d:24:87:52:c9:c9.
  15. Are you sure you want to continue connecting (yes/no)? yes
  16. Warning: Permanently added '192.168.2.106' (ECDSA) to the list of known hosts.
  17. root@192.168.2.106's password:
  18. Permission denied, please try again.
  19. root@192.168.2.106's password:
  20. Permission denied, please try again.
  21. root@192.168.2.106's password:
  22. Permission denied (publickey,password).
  23. bjoern@bjoern-SonyVPC:~$ sudo ssh 192.168.2.106 | pastebinit
  24. root@192.168.2.106's password:
  25. Permission denied, please try again.
  26. root@192.168.2.106's password:
  27. Permission denied, please try again.
  28. root@192.168.2.106's password:
  29. Permission denied (publickey,password).
  30. You are trying to send an empty document, exiting.
  31. bjoern@bjoern-SonyVPC:~$ sudo ssh 192.168.2.106 | pastebinit
  32. root@192.168.2.106's password:
  33. Permission denied, please try again.
  34. root@192.168.2.106's password:
  35. Permission denied, please try again.
  36. root@192.168.2.106's password:
  37. Connection closed by 192.168.2.106
  38. You are trying to send an empty document, exiting.
  39. bjoern@bjoern-SonyVPC:~$ sudo ssh 192.168.2.106@root | pastebinit
  40. ssh: Could not resolve hostname root: Name or service not known
  41. You are trying to send an empty document, exiting.
  42. bjoern@bjoern-SonyVPC:~$ sudo ssh 192.168.2.106@devilcoder | pastebinit
  43. ssh: Could not resolve hostname devilcoder: Name or service not known
  44. You are trying to send an empty document, exiting.
  45. bjoern@bjoern-SonyVPC:~$ clear
  46.  
  47. bjoern@bjoern-SonyVPC:~$ ssh 192.168.2.106 | pastebinit
  48. The authenticity of host '192.168.2.106 (192.168.2.106)' can't be established.
  49. ECDSA key fingerprint is 56:d7:2c:51:32:c2:fc:f9:54:97:7d:24:87:52:c9:c9.
  50. Are you sure you want to continue connecting (yes/no)? yes
  51. Warning: Permanently added '192.168.2.106' (ECDSA) to the list of known hosts.
  52. bjoern@192.168.2.106's password:
  53. Permission denied, please try again.
  54. bjoern@192.168.2.106's password:
  55. Permission denied, please try again.
  56. bjoern@192.168.2.106's password:
  57. Permission denied (publickey,password).
  58. You are trying to send an empty document, exiting.
  59. bjoern@bjoern-SonyVPC:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement