diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U <Carlo@web> | 2012-11-30 15:03:56 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-30 15:03:56 +0000 |
commit | c7eeab46ebff13412d00e1ebecc491771db97c3e (patch) | |
tree | 128f40ab40dd013f645466e0fafc1c9521633d6b /doc/tips/Decentralized_repository_behind_a_Firewall.mdwn | |
parent | 9503d9a23253168692d1bf9bbb297499dcac2208 (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 9fea58527..5dbc8d71a 100644 --- a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn +++ b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn @@ -17,9 +17,9 @@ Your *home* computer can now ssh into your *on-the-go* computer, as long as you 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 localhost -p 2201 + ssh-copy-id me@localhost -p 2201 cd ~/annex - git annex remote add on-the-go ssh://localhost:2201/home/myuser/annex + git annex remote add on-the-go ssh://me@localhost:2201/home/myuser/annex Now you can run normal annex operations, as long as the port forwarding shell is runningĀ³. |