diff options
| -rw-r--r-- | .local/share/navi/cheats/robertgzr__cheats/misc.cheat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/navi/cheats/robertgzr__cheats/misc.cheat b/.local/share/navi/cheats/robertgzr__cheats/misc.cheat index 7353a29..253b155 100644 --- a/.local/share/navi/cheats/robertgzr__cheats/misc.cheat +++ b/.local/share/navi/cheats/robertgzr__cheats/misc.cheat @@ -26,8 +26,8 @@ ssh ubnt -- ./run show dhcp leases 2>/dev/null # tunnel local port to remote machine -ssh -nNTR <remote-port>:<local-host-and-port> <machine> +ssh -nNTR <remote-host-and-port>:<local-host-and-port> <machine> # tunnel remote port to local machine -ssh -nNTL <remote>:<host-hostport> <machine> +ssh -nNTL <remote-host-and-port>:<local-host-and-port> <machine> |