configs/ssh/config

9 lines
252 B
Plaintext
Raw Normal View History

2024-02-19 21:13:14 +00:00
#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