TL;DR#
- Where to find the ssh access logs?
- Under
/var/log/auth.log
- With
sudo journalctl -t sshd -n 100
- Under
Basic config#
Host <name-you-want-to-type>
HostName <ip>
User <user>
Home
/var/log/auth.log
sudo journalctl -t sshd -n 100
Host <name-you-want-to-type>
HostName <ip>
User <user>