Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. debug1: Offering RSA public key: /home/fubar/.ssh/id_rsa
  2. debug3: send_pubkey_test
  3. debug2: we sent a publickey packet, wait for reply
  4. debug1: Server accepts key: pkalg ssh-rsa blen 279
  5.  
  6. debug1: Offering RSA public key: /home/bkeyser/.ssh/id_rsa
  7. debug3: send_pubkey_test
  8. debug2: we sent a publickey packet, wait for reply
  9. debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
  10.  
  11. Mar 19 16:47:01 localhost sshd[20539]: Connection closed by x.x.x.x [preauth]
  12.  
  13. $ getent passwd user
  14. user:x:5001:5000::/home/user:/bin/bash
  15.  
  16. $ ssh test
  17. user@test's password:
  18. Last failed login: Sat Mar 19 17:08:29 UTC 2016 from x.x.x.x on ssh:notty
  19. Last login: Sat Mar 19 15:55:40 2016
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement