forked from DustVoice/dotfiles
3 lines
172 B
Fish
3 lines
172 B
Fish
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
|