KVM VPS - sshd - просмотр логов
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 09:25, 2 сентября 2024; Admin iph (обсуждение | вклад) (Новая страница: «=== KVM VPS - sshd - просмотр логов === # grep "Failed password" /var/log/auth.log # journalctl | grep "ssh" # journalctl -r -b0 -t sshd (-r...»)
KVM VPS - sshd - просмотр логов
# grep "Failed password" /var/log/auth.log # journalctl | grep "ssh" # journalctl -r -b0 -t sshd (-r - в обратном порядке) # journalctl -r -b0 -u ssh (-b0 - с последней перезагрузки)