Skip to content

Commit b4e70fc

Browse files
committed
Set SSHD Protocol to 2
1 parent 2440859 commit b4e70fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/configure-system.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ if does_bin_exist 'sshd'; then
13621362
'MaxAuthTries' 3 \
13631363
'MaxSessions' 5 \
13641364
'PermitEmptyPasswords' 'no' \
1365+
'Protocol' 2 \
13651366
'UseDNS' 'no'
13661367

13671368
if [ "$USER" != "root" ]; then

0 commit comments

Comments
 (0)