diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 18:14:15 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:22 +0100 |
| commit | a1354194683911efd9c3b9b071d639caf42f4aec (patch) | |
| tree | db7ed10e2bcfdd13d74c8c71f7ff0fa9fdd972f9 /.local/share/navi/cheats/robertgzr__cheats/misc.cheat | |
| parent | ce5361fe47c0bed44d119e55e03d1b2ab14501ef (diff) | |
navi: update ssh cheats
Diffstat (limited to '.local/share/navi/cheats/robertgzr__cheats/misc.cheat')
| -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> |