diff --git a/.config/fish/functions/archserver-proxy.fish b/.config/fish/functions/archserver-proxy.fish new file mode 100644 index 0000000..2f75dde --- /dev/null +++ b/.config/fish/functions/archserver-proxy.fish @@ -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