Add archserver-proxy.fish to ssh into archserver from work

This commit is contained in:
David Holland 2022-09-13 11:17:15 +02:00
parent 41264dcafb
commit 56b235cd3f
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 3 additions and 0 deletions

View 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