Add archserver-proxy.fish to ssh into archserver from work
This commit is contained in:
parent
41264dcafb
commit
56b235cd3f
1 changed files with 3 additions and 0 deletions
3
.config/fish/functions/archserver-proxy.fish
Normal file
3
.config/fish/functions/archserver-proxy.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function archserver-proxy --description 'Connect to archserver through ldiproxy'
|
||||||
|
ssh archserver -o "ProxyCommand=nc -X connect -x ldiproxy.lsjv.rlp.de:8080 %h %p";
|
||||||
|
end
|
Loading…
Reference in a new issue