Added a comment: ssh-askpass workaround does work
This commit is contained in:
parent
5b87a04dcb
commit
7f381aa15d
1 changed files with 35 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue