added openclaw-vm tunnel

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
2026-03-13 22:45:35 +08:00
parent 86b71b9554
commit 6238742f20
6 changed files with 78 additions and 64 deletions

View File

@@ -3,4 +3,14 @@ if type -q eza
alias lsa "ls -a"
alias ll "ls -l"
alias lla "ll -a"
alias llg "ll --git"
end
if type -q nvim
alias vi nvim
alias vim nvim
end
# openclaw
alias openclaw-cliproxyapi-tunnel 'ssh -NL 8317:127.0.0.1:8317 node@openclaw-vm'
alias openclaw-tunnel 'ssh -NL 18789:127.0.0.1:18789 node@openclaw-vm'