From fa398015d590a21c18406c7017d0a1dcccd5bce3 Mon Sep 17 00:00:00 2001 From: lhark Date: Fri, 27 Aug 2021 20:19:33 +0200 Subject: [PATCH] ssh NAT tunnel --- how_to | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/how_to b/how_to index 2fb3d9d..bf29444 100644 --- a/how_to +++ b/how_to @@ -901,6 +901,11 @@ ssh: Fix key auth: chmod 700 ~/.ssh/ chmod 600 ~/.ssh/authorized_keys + Allow connections from behind a NAT: + from NAT-ed machine: + ssh -R 2222:localhost:22 @ + from server: + ssh -p 2222 @127.0.0.1 Run MSVC on linux with Wine: As seen on the internet, not tested: