ssh NAT tunnel
This commit is contained in:
parent
10a8b4c991
commit
fa398015d5
1 changed files with 5 additions and 0 deletions
5
how_to
5
how_to
|
@ -901,6 +901,11 @@ ssh:
|
||||||
Fix key auth:
|
Fix key auth:
|
||||||
chmod 700 ~/.ssh/
|
chmod 700 ~/.ssh/
|
||||||
chmod 600 ~/.ssh/authorized_keys
|
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:
|
Run MSVC on linux with Wine:
|
||||||
As seen on the internet, not tested:
|
As seen on the internet, not tested:
|
||||||
|
|
Loading…
Reference in a new issue