From 48efc050c00602facb4599f7f6c2455a69f1cde9 Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Mon, 19 Feb 2024 21:13:14 +0000 Subject: [PATCH] Add ssh/config --- ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh/config 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