diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..97cc2f2 --- /dev/null +++ b/ssh/config @@ -0,0 +1,8 @@ +#forward local port 8082 to remote server (make shit available) +Host f0ck.it + HostName f0ck.it + User f + ServerAliveInterval 240 + RemoteForward 8082 127.0.0.1:8082 + SessionType none + ForkAfterAuthentication yes