Merge pull request #3932 from robjarsen/tweak/rm-whitespace

This commit is contained in:
Steve Beaver 2018-04-05 11:31:00 -04:00
commit 0019e3dd0b

View File

@ -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";