fix
This commit is contained in:
parent
0f6943298e
commit
d00f120d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue