Revision aa9971a3
Added by robjarsen over 7 years ago
src/etc/sshd | ||
---|---|---|
86 | 86 |
$sshconf .= "PermitRootLogin yes\n"; |
87 | 87 |
if ($config['system']['ssh']['sshdkeyonly'] == "both") { |
88 | 88 |
$sshconf .= "# Login via both Key and Password only\n"; |
89 |
$sshconf .= "AuthenticationMethods publickey,password\n";
|
|
89 |
$sshconf .= "AuthenticationMethods publickey,password\n"; |
|
90 | 90 |
$sshconf .= "ChallengeResponseAuthentication yes\n"; |
91 | 91 |
$sshconf .= "PasswordAuthentication yes\n"; |
92 | 92 |
$sshconf .= "PubkeyAuthentication yes\n"; |
Also available in: Unified diff
Whitespace Removal