Line 53:
Line 53:
# on seal to pass data.
# on seal to pass data.
−
su -s /bin/sh autossh -c 'autossh -M 0 -N -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -o "ExitOnForwardFailure=yes" -f -T -R localhost:<target port>:<local IP or localhost>:<local port> <user>@<domain>'
+
su -s /bin/sh autossh -c 'autossh -M 0 -N -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -o "ExitOnForwardFailure=yes" -f -T -R <target IP or localhost>:<target port>:<local IP or localhost>:<local port> <user>@<domain>'
</pre>
</pre>
Line 60:
Line 60:
! Parameter !! Description
! Parameter !! Description
|-
|-
−
| localhost || localhost or IP address on target system
+
| <target IP or localhost> || localhost or IP address on target system
|-
|-
| <target port> || port on target system
| <target port> || port on target system