SSH public key authentication: Difference between revisions
imported>Vilvo m update due to openssh services configuration options renaming |
imported>Sashanoraa |
||
| Line 37: | Line 37: | ||
enable = true; | enable = true; | ||
# require public key authentication for better security | # require public key authentication for better security | ||
passwordAuthentication = false; | |||
kbdInteractiveAuthentication = false; | |||
#permitRootLogin = "yes"; | #permitRootLogin = "yes"; | ||
}; | }; | ||