diff options
author | https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7 <Frederik_Vanrenterghem@web> | 2015-05-21 05:32:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-21 05:32:28 +0000 |
commit | 918db320d366c7fe2950d554c0802f24333050fd (patch) | |
tree | 5775ea3c872c092997c8cf7f4643aa14aefe6377 /doc/tips | |
parent | a8cf4f05997a9bf8cf0ffcd798661443e5c3245f (diff) |
Its vs it's
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn b/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn index 594d8c480..ade91c904 100644 --- a/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn +++ b/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn @@ -28,7 +28,7 @@ For the laptop it is easy: git remote add desktop ssh://desktop/~/annex -However for the desktop to add an ever changing laptops hostname it's a little tricky. We make use of remote SSH tunnels to do this. Essentially we have the laptop (which always knows it's own name and address and knows the address of the desktop) create a tunnel starting on an arbitrary port at the desktop and heads back to the laptop on it's own SSH server port (22). +However for the desktop to add an ever changing laptops hostname it's a little tricky. We make use of remote SSH tunnels to do this. Essentially we have the laptop (which always knows its own name and address and knows the address of the desktop) create a tunnel starting on an arbitrary port at the desktop and heads back to the laptop on its own SSH server port (22). To do this make part of your laptop's SSH config look like this: |