Fixed some comm commandline typos
This commit is contained in:
parent
866295bac2
commit
75969a74e3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue