SSH public key authentication: Difference between revisions
imported>Sashanoraa |
imported>Brogolem35 No edit summary |
||
| Line 37: | Line 37: | ||
enable = true; | enable = true; | ||
# require public key authentication for better security | # require public key authentication for better security | ||
settings.PasswordAuthentication = false; | |||
settings.KbdInteractiveAuthentication = false; | |||
# | #settings.PermitRootLogin = "yes"; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||