This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:ssh [2019/03/24 22:33] oemb1905 |
computing:ssh [2019/03/24 22:35] (current) oemb1905 |
||
---|---|---|---|
Line 39: | Line 39: | ||
| | ||
config options for / | config options for / | ||
+ | |||
+ | Port 53535 | ||
+ | PubkeyAuthentication yes | ||
+ | PasswordAuthentication no | ||
+ | PermitRootLogin prohibit-password | ||
Protocol 2 | Protocol 2 | ||
- | AllowUsers | + | AllowUsers |
- | | + | |
+ | PermitEmptyPasswords | ||
+ | X11Forwarding yes | ||
+ | PrintMotd yes | ||
+ | ChallengeResponseAuthentication no | ||
+ | |||
+ | Then, always restart the service | ||
| | ||
sudo systemctl restart sshd.service | sudo systemctl restart sshd.service |