| OLD | NEW |
| 1 # Package generated configuration file | 1 # Package generated configuration file |
| 2 # See the sshd_config(5) manpage for details | 2 # See the sshd_config(5) manpage for details |
| 3 | 3 |
| 4 # What ports, IPs and protocols we listen for | 4 # What ports, IPs and protocols we listen for |
| 5 Port 22 | 5 Port 22 |
| 6 # Use these options to restrict which interfaces/protocols sshd will bind to | 6 # Use these options to restrict which interfaces/protocols sshd will bind to |
| 7 #ListenAddress :: | 7 #ListenAddress :: |
| 8 #ListenAddress 0.0.0.0 | 8 #ListenAddress 0.0.0.0 |
| 9 Protocol 2 | 9 Protocol 2 |
| 10 # HostKeys for protocol version 2 | 10 # HostKeys for protocol version 2 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 # and session processing. If this is enabled, PAM authentication will | 82 # and session processing. If this is enabled, PAM authentication will |
| 83 # be allowed through the ChallengeResponseAuthentication and | 83 # be allowed through the ChallengeResponseAuthentication and |
| 84 # PasswordAuthentication. Depending on your PAM configuration, | 84 # PasswordAuthentication. Depending on your PAM configuration, |
| 85 # PAM authentication via ChallengeResponseAuthentication may bypass | 85 # PAM authentication via ChallengeResponseAuthentication may bypass |
| 86 # the setting of "PermitRootLogin without-password". | 86 # the setting of "PermitRootLogin without-password". |
| 87 # If you just want the PAM account and session checks to run without | 87 # If you just want the PAM account and session checks to run without |
| 88 # PAM authentication, then enable this but set PasswordAuthentication | 88 # PAM authentication, then enable this but set PasswordAuthentication |
| 89 # and ChallengeResponseAuthentication to 'no'. | 89 # and ChallengeResponseAuthentication to 'no'. |
| 90 UsePAM yes | 90 UsePAM yes |
| 91 | 91 |
| 92 <%= custom_configuration %> | |
| OLD | NEW |