summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://droggl.myopenid.com/ <http://droggl.myopenid.com/@web>2013-08-14 05:24:33 +0000
committerGravatar admin <admin@branchable.com>2013-08-14 05:24:33 +0000
commit425c7032a070f063765452f524364d6801cfafea (patch)
tree08514e386b4f0f9f7125503b0d1d5ace104ca252
parentc96ec2d583b27fab4099ea75590903cab511d782 (diff)
Fixed some comm commandline typos
-rw-r--r--doc/tips/Decentralized_repository_behind_a_Firewall.mdwn4
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 5dbc8d71a..1c99070d9 100644
--- a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn
+++ b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn
@@ -10,14 +10,14 @@ First, install *openssh-server* on your *on-the-go* computer
Then, log into your *home* computer, with *port forwarding*:
- ssh me@myhome.no-ip.org L 2201:localhost:22
+ ssh me@myhome.no-ip.org -R 2201:localhost:22
Your *home* computer can now ssh into your *on-the-go* computer, as long as you keep the above shell running.
You can now add your *on-the-go* computer as a remote on your *home* computer. Use the port forwarding shell you just connected with the command above, if you like.
ssh-keygen -t rsa
- ssh-copy-id me@localhost -p 2201
+ ssh-copy-id "me@localhost -p 2201"
cd ~/annex
git annex remote add on-the-go ssh://me@localhost:2201/home/myuser/annex