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