diff options
author | https://openid.fmarier.org/ <fmarier@web> | 2013-05-05 00:26:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-05 00:26:19 +0000 |
commit | 1c26f53ac25422f47753469eec8f7d5c9f1003ff (patch) | |
tree | 0ce1ecca98cd19911ba5151bc76bfeb9c617eb0b /doc/assistant | |
parent | 96de5c9008c650fbef394405abae84fc3a382407 (diff) |
Added a comment: Still stuck at "pairing in progress"
Diffstat (limited to 'doc/assistant')
-rw-r--r-- | doc/assistant/local_pairing_walkthrough/comment_5_bada601ea4b7104f162a3e00def4be2b._comment | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/assistant/local_pairing_walkthrough/comment_5_bada601ea4b7104f162a3e00def4be2b._comment b/doc/assistant/local_pairing_walkthrough/comment_5_bada601ea4b7104f162a3e00def4be2b._comment new file mode 100644 index 000000000..989e80d8a --- /dev/null +++ b/doc/assistant/local_pairing_walkthrough/comment_5_bada601ea4b7104f162a3e00def4be2b._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="https://openid.fmarier.org/" + nickname="fmarier" + subject="Still stuck at "pairing in progress"" + date="2013-05-05T00:26:16Z" + content=""" +I hadn't thought of ssh. So here's what I've got now: + +* both laptop and desktop have `-A INPUT -d 224.0.0.251/32 -p udp --dport 55556 -j ACCEPT` +* `git annex webapp` is running as user `francois` on both machines +* laptop has `openssh-server` running on port 22 and its firewall allows desktop to connect +* desktop has `openssh-server` running on port 22 and its firewall allows the whole internal network to connect +* laptop's ssh pubkey is in francois' `~/.ssh/authorized_keys` on desktop and ssh'ing works +* deskop's ssh pubkey is **not** in francois' `~/.ssh/authorized_keys` on laptop (is that required?) +* (as mentioned before) both desktop and laptop are on the same switch and connected over CAT5 +* I'm using `password` as a pairing key just to rule out any typos there + +I don't see anything in the git-annex log on both of these machines. There's just a bunch of key generation stuff and then the last line is \"Pairing in progress\". +"""]] |