Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. ⌘ ~ ❯ ssh -v -J gatekeeper@gateway ubuntu@node -i ~/.ssh/id_rsa
  2. OpenSSH_7.3p1, LibreSSL 2.4.1
  3. [...]
  4. debug1: Authentication succeeded (publickey).
  5. Authenticated to gateway ([35.156.248.245]:22).
  6. debug1: channel_connect_stdio_fwd node:22
  7. debug1: channel 0: new [stdio-forward]
  8. debug1: getpeername failed: Bad file descriptor
  9. debug1: Requesting no-more-sessions@openssh.com
  10. debug1: Entering interactive session.
  11. debug1: pledge: network
  12. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  13. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  14. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  15. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  16. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  17. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  18. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  19. debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
  20. channel 0: open failed: connect failed: Connection timed out
  21. stdio forwarding failed
  22. ssh_exchange_identification: Connection closed by remote host
  23.  
  24. admin@gateway:~$ grep -e "[7669]" -e "[7739]" /var/log/auth.log
  25. Mar 13 11:01:20 gateway sshd[7669]: Set /proc/self/oom_score_adj to 0
  26. Mar 13 11:01:20 gateway sshd[7669]: rexec line 32: Deprecated option PermitBlacklistedKeys
  27. Mar 13 11:01:20 gateway sshd[7669]: Connection from <laptop-out-ip> port 62113 on <gateway-ip> port 22
  28. Mar 13 11:01:20 gateway sshd[7669]: Postponed publickey for gatekeeper from <laptop-out-ip> port 62113 ssh2 [preauth]
  29. Mar 13 11:01:20 gateway sshd[7669]: Accepted publickey for gatekeeper from <laptop-out-ip> port 62113 ssh2: RSA 8d:7e:9c:53:11:c9:4d:b3:67:7b:ae:04:03:8f:e2:71
  30. Mar 13 11:01:20 gateway sshd[7669]: pam_unix(sshd:session): session opened for user gatekeeper by (uid=0)
  31. Mar 13 11:01:20 gateway sshd[7669]: User child is on pid 7739
  32. Mar 13 11:03:27 gateway sshd[7739]: error: connect_to <node-ip> port 22: failed.
  33. Mar 13 11:03:28 gateway sshd[7739]: Connection closed by <laptop-out-ip>
  34. Mar 13 11:03:28 gateway sshd[7739]: Transferred: sent 2252, received 2864 bytes
  35. Mar 13 11:03:28 gateway sshd[7739]: Closing connection to <laptop-out-ip> port 62113
  36. Mar 13 11:03:28 gateway sshd[7669]: pam_unix(sshd:session): session closed for user gatekeeper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement