Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ssh -i private-key.pem ubuntu@ip.address #for the root
  2. ssh -i private-key.pem elspeth@ip.address #for the user
  3.  
  4. debug2: we sent a publickey packet, wait for reply
  5. debug1: Authentications that can continue: publickey
  6. debug2: we did not send a packet, disable method
  7. debug1: No more authentication methods to try.
  8. Permission denied (publickey).
  9.  
  10. drwx------ 7 user staff 238 Nov 24 11:39 ~/.ssh
  11.  
  12. -rw------- 1 user staff 668 Nov 24 11:36 id_dsa
  13. -rw-r--r-- 1 user staff 621 Nov 24 11:36 id_dsa.pub
  14. -rw------- 1 user staff 1679 Nov 24 11:39 id_rsa
  15. -rw-r--r-- 1 user staff 413 Nov 24 11:39 id_rsa.pub
  16. -rw-r--r-- 1 user staff 395 Nov 24 11:37 known_hosts
  17.  
  18. drwx------ 2 elspeth elspeth 4096 Nov 24 19:42 /home/elspeth/.ssh
  19.  
  20. -rw------- 1 elspeth elspeth 1034 Nov 24 19:42 /home/elspeth/.ssh/authorized_keys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement