Browse Source

ssh NAT tunnel

master
lhark 4 years ago
parent
commit
fa398015d5
  1. 5
      how_to

5
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 <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:

Loading…
Cancel
Save