diff options
Diffstat (limited to 'src/fripost-partman-udeb/base.sh')
-rw-r--r-- | src/fripost-partman-udeb/base.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fripost-partman-udeb/base.sh b/src/fripost-partman-udeb/base.sh index 329bd35..2de0ba1 100644 --- a/src/fripost-partman-udeb/base.sh +++ b/src/fripost-partman-udeb/base.sh @@ -284,9 +284,7 @@ fripost_encrypt() { cat > /etc/ssh/sshd_config <<- EOF Port 22 - Protocol 2 HostKey $sshHostKey - UsePrivilegeSeparation no PasswordAuthentication no ChallengeResponseAuthentication no |