Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~ $ sudo service ssh status
- * ssh.service - OpenBSD Secure Shell server
- Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
- Active: active (running) since Sat 2020-02-08 15:37:10 CET; 2h 45min ago
- Docs: man:sshd(8)
- man:sshd_config(5)
- Process: 630 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
- Process: 2538 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
- Process: 2539 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
- Main PID: 685 (sshd)
- Tasks: 1 (limit: 1599)
- Memory: 4.3M
- CGroup: /system.slice/ssh.service
- `-685 /usr/sbin/sshd -D
- 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
- feb 08 18:12:58 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
- feb 08 18:13:02 raspberrypi sshd[2865]: pam_unix(sshd:auth): check pass; user unknown
- feb 08 18:13:04 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
- feb 08 18:13:11 raspberrypi sshd[2865]: pam_unix(sshd:auth): check pass; user unknown
- feb 08 18:13:13 raspberrypi sshd[2865]: Failed password for invalid user danpacu from 192.168.1.127 port 51847 ssh2
- feb 08 18:13:14 raspberrypi sshd[2865]: Connection closed by invalid user danpacu 192.168.1.127 port 51847 [preauth]
- 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
- feb 08 18:13:27 raspberrypi sshd[2877]: Accepted password for pi from 192.168.1.127 port 51857 ssh2
- 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