diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-05-17 06:44:37 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-05-17 06:44:37 +0200 |
commit | 07c280e03841712050bf726e8eab6d11fbe2a047 (patch) | |
tree | de55121016a85eb4484c78764acf6253665134c6 /src/fripost-partman-udeb/base.sh | |
parent | 6319474a1659008174c0939d405202e495a8ede7 (diff) |
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 |