diff options
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/Decentralized_repository_behind_a_Firewall.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn index c2a114799..ff2b1706a 100644 --- a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn +++ b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn @@ -6,7 +6,7 @@ This is totally great! Except, there is no way for your home computer to pull yo First, install *openssh-server* on your *on-the-go* computer - sudo apt-get install openssh-server + sudo apt-get install openssh-serverpa Then, log into your *home* computer, with *port forwarding*: @@ -31,9 +31,9 @@ You can add more computers by repeating with a different port, e.g. 2202 or 2203 If you're security paranoid (like me), read on. If you're not, that's it! Thanks for reading! +--- Paranoid Area ---- Note you're granting passwordless access to your on-the-go computer to your home computer. I believe that's all right, as long as: * Your home computer is really in your home, and not at a friend's house or some datacenter |