mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3932 from robjarsen/tweak/rm-whitespace
This commit is contained in:
commit
0019e3dd0b
@ -86,7 +86,7 @@ $sshconf .= "ClientAliveInterval 30\n";
|
||||
$sshconf .= "PermitRootLogin yes\n";
|
||||
if ($config['system']['ssh']['sshdkeyonly'] == "both") {
|
||||
$sshconf .= "# Login via both Key and Password only\n";
|
||||
$sshconf .= "AuthenticationMethods publickey,password\n";
|
||||
$sshconf .= "AuthenticationMethods publickey,password\n";
|
||||
$sshconf .= "ChallengeResponseAuthentication yes\n";
|
||||
$sshconf .= "PasswordAuthentication yes\n";
|
||||
$sshconf .= "PubkeyAuthentication yes\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user