Raspberry Pi: SSH Zugang absichern

Favorit
Raspberry Pi: SSH Zugang absichern

In diesem Video wird gezeigt, wie Sie Ihren SSH-Zugang sicherer gestalten können.

Vielen Dank für Ihre Unterstützung:
http://www.patreon.com/sempervideo?ty=c
http://amazon.sempervideo.de
https://flattr.com/donation/give/to/sempervideo

ssh-keygen -b 4096

chmod 600 *

sudo nano /etc/ssh/sshd_config
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no