DanPacu

ssh status

Feb 8th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. pi@raspberrypi:~ $ sudo service ssh status
  2. * ssh.service - OpenBSD Secure Shell server
  3. Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
  4. Active: active (running) since Sat 2020-02-08 15:37:10 CET; 2h 45min ago
  5. Docs: man:sshd(8)
  6. man:sshd_config(5)
  7. Process: 630 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
  8. Process: 2538 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
  9. Process: 2539 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
  10. Main PID: 685 (sshd)
  11. Tasks: 1 (limit: 1599)
  12. Memory: 4.3M
  13. CGroup: /system.slice/ssh.service
  14. `-685 /usr/sbin/sshd -D
  15.  
  16. feb 08 18:12:55 raspberrypi sshd[2865]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.127
  17. feb 08 18:12:58 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
  18. feb 08 18:13:02 raspberrypi sshd[2865]: pam_unix(sshd:auth): check pass; user unknown
  19. feb 08 18:13:04 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
  20. feb 08 18:13:11 raspberrypi sshd[2865]: pam_unix(sshd:auth): check pass; user unknown
  21. feb 08 18:13:13 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
  22. feb 08 18:13:14 raspberrypi sshd[2865]: Connection closed by invalid user danpacu 192.168.1.127 port 51847 [preauth]
  23. feb 08 18:13:14 raspberrypi sshd[2865]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.127
  24. feb 08 18:13:27 raspberrypi sshd[2877]: Accepted password for pi from 192.168.1.127 port 51857 ssh2
  25. feb 08 18:13:27 raspberrypi sshd[2877]: pam_unix(sshd:session): session opened for user pi by (uid=0)
Advertisement
Add Comment
Please, Sign In to add comment