5 lines
94 B
Fish
5 lines
94 B
Fish
# socks tunnel in background
|
|
function socks
|
|
/usr/bin/ssh -f -N -D 8080 kirsle@kirsle.net
|
|
end
|