rm unused ssh settings

This commit is contained in:
Kiara Grouwstra 2025-08-24 22:05:27 +02:00
parent 989d04a418
commit 4133421e5b
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -98,9 +98,7 @@ in
sshOpts=( sshOpts=(
-o BatchMode=yes -o BatchMode=yes
-o StrictHostKeyChecking=no -o StrictHostKeyChecking=no
-o "ConnectionAttempts=1"
-o "ConnectTimeout=1" -o "ConnectTimeout=1"
-o "ServerAliveCountMax=1"
-o "ServerAliveInterval=1" -o "ServerAliveInterval=1"
) )
# get the realized derivation to deploy # get the realized derivation to deploy