diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk5-NAS-AXxMqNYKRhllr6-mDPpNmQh6pY <Ethan@web> | 2013-08-14 22:06:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-14 22:06:11 +0000 |
commit | 7b2b2c685f011492cce980ce962df9662810b91d (patch) | |
tree | cd6240ce744ff2cf3cd3b712798b154efd9a870f | |
parent | 87214d24e825a3362cf885db52fc431d0aee5eba (diff) |
-rw-r--r-- | doc/bugs/authentication_to_rsync.net_fails.mdwn | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/authentication_to_rsync.net_fails.mdwn b/doc/bugs/authentication_to_rsync.net_fails.mdwn new file mode 100644 index 000000000..3a35d2e19 --- /dev/null +++ b/doc/bugs/authentication_to_rsync.net_fails.mdwn @@ -0,0 +1,27 @@ +### Please describe the problem. + +Used assistant to "Add a cloud repository". Supplied hostname, username in webapp. Directory "annex" port 22. +Clicked on "Use this rsync.net repository" and got + +********************** +ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory +ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory +Received disconnect from 69.43.165.7: 2: Too many authentication failures for 2440 +********************** + +### What steps will reproduce the problem? +See above? A simple "ssh 2440@usw-s002.rsync.net ls /usr/bin" reveals that indeed no ssh-askpass is available in that namespace. + +### What version of git-annex are you using? On what operating system? +git-annex version: 4.20130521 on debian linux 7.1. + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +That log is empty. +# End of transcript or log. +"""]] |