This commit is contained in:
parent
8ef4875721
commit
f0b6f71cfe
1 changed files with 2 additions and 2 deletions
|
@ -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³.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue