fix: fix autossh cmd

This commit is contained in:
Katharina Heidenreich 2026-03-14 13:40:02 +01:00
parent ecf9efc39c
commit 2e399fb8a5

View file

@ -42,8 +42,7 @@ in
-R ${remoteListenHost}:${toString remoteListenPort}:${localHost}:${toString localPort} \
-i ${sshKeyPath} \
-p ${toString sshPort} \
${sshUser}@${sshHost} \
2>&1 | ${pkgs.moreutils}/bin/ts '%Y-%m-%dT%H:%M:%S%z'
${sshUser}@${sshHost}
'';
};