This commit is contained in:
Katharina Heidenreich 2026-03-14 14:14:31 +01:00
parent 0f6943298e
commit d00f120d9d

View file

@ -39,7 +39,7 @@ in
-o ServerAliveInterval=10 \ -o ServerAliveInterval=10 \
-o ExitOnForwardFailure=yes \ -o ExitOnForwardFailure=yes \
-o UserKnownHostsFile=${trustedHostsFile} \ -o UserKnownHostsFile=${trustedHostsFile} \
-R ${remoteListenHost}:${toString remoteListenPort}:${localHost}:${toString localPort} \ -R ${toString remoteListenPort}:${localHost}:${toString localPort} \
-i ${sshKeyPath} \ -i ${sshKeyPath} \
-p ${toString sshPort} \ -p ${toString sshPort} \
${sshUser}@${sshHost} ${sshUser}@${sshHost}