diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U <Carlo@web> | 2012-11-30 14:49:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-30 14:49:53 +0000 |
commit | bfb1fc459becae05ed8540201116b49af987d021 (patch) | |
tree | 04513fe914c7cb5c21e8a0623c25697586a16cd1 /doc/tips/Decentralized_repository_behind_a_Firewall.mdwn | |
parent | 7449295e5012ec2de58706bfcc58996495633fb8 (diff) |
Diffstat (limited to 'doc/tips/Decentralized_repository_behind_a_Firewall.mdwn')
-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 |