aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ <Andreas@web>2014-02-01 06:28:41 +0000
committerGravatar admin <admin@branchable.com>2014-02-01 06:28:41 +0000
commitb29476552a5b906dcc250b0ce21a16f8bffae6f9 (patch)
treed24f27d2a642f55f8aeaecc3e7a430f2d64336a7 /doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment
parent14fbc3b8dadf6fb752105cc5311e90f0b0e78f32 (diff)
Added a comment: ssh-askpass workaround does work
Diffstat (limited to 'doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment')
-rw-r--r--doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment b/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment
new file mode 100644
index 000000000..7ab46c3bb
--- /dev/null
+++ b/doc/bugs/Can__39__t_set_up_rsync.net_repo_on_OS_X_10.9/comment_1_91a961cfa5dd4d6f0e4abfbbcfb81e92._comment
@@ -0,0 +1,35 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ"
+ nickname="Andreas"
+ subject="ssh-askpass workaround does work"
+ date="2014-02-01T06:28:41Z"
+ content="""
+I've just gotten my rsync.net account unwedged, and can confirm that the ssh-askpass hack does work. After what seemed like git-annex successfully uploading an ssh keypair to the rsync.net remote, I removed the ssh-askpass stub script and rolled my rsync.net password. Now, I'm getting these log entries:
+
+```
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407
+rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+Permission denied, please try again.
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407
+rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+Permission denied, please try again.
+ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
+Received disconnect from 69.43.165.5: 2: Too many authentication failures for 40407
+rsync: connection unexpectedly closed (0 bytes received so far) [sender]
+rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
+```
+
+Looks like git-annex asks for the password for some reason? I'm not sure what's going on here, please advise.
+"""]]