ssh NAT tunnel

This commit is contained in:
lhark 2021-08-27 20:19:33 +02:00
parent 10a8b4c991
commit fa398015d5

5
how_to
View file

@ -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 <user>@<server>
from server:
ssh -p 2222 <user>@127.0.0.1
Run MSVC on linux with Wine:
As seen on the internet, not tested: