This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U 2012-11-30 15:03:56 +00:00 committed by admin
parent 8ef4875721
commit f0b6f71cfe

View file

@ -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³.