{ # To disable tunneled clear text passwords, change to no here!
    my $PasswordAuthentication = $sshd{'PasswordAuthentication'} || 'no';

    $OUT = "PasswordAuthentication ";
    $OUT .= ($PasswordAuthentication eq "yes") ? "yes" : "no";
}
