SSH: Difference between revisions
Create ssh page, detail server and client configuration |
m Added missing semicolon |
||
| Line 49: | Line 49: | ||
KbdInteractiveAuthentication = false; | KbdInteractiveAuthentication = false; | ||
PermitRootLogin = "no"; | PermitRootLogin = "no"; | ||
AllowUsers = [ "myUser" ] | AllowUsers = [ "myUser" ]; | ||
}; | }; | ||
}; | }; | ||
</nowiki> | </nowiki> | ||
}} | |name=|lang=}} | ||
In addition to these settings, consider enabling [[#Fail2Ban|Fail2Ban]] as a recommended baseline for security. | In addition to these settings, consider enabling [[#Fail2Ban|Fail2Ban]] as a recommended baseline for security. | ||