Add ssh/config

This commit is contained in:
Kibi Kelburton 2024-02-19 21:13:14 +00:00
parent aef41a8e5d
commit 48efc050c0

8
ssh/config Normal file
View File

@ -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