fix: fix autossh cmd
This commit is contained in:
parent
ecf9efc39c
commit
2e399fb8a5
1 changed files with 1 additions and 2 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue