This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmR-xG9O2HWoybxYZPVbYVYxwitfcfDgtE 2013-09-09 15:16:08 +00:00 committed by admin
parent a29f960a78
commit e35ff454c3

View file

@ -0,0 +1,30 @@
### Please describe the problem.
git-annex assistant always assumes port 22 (I use a different port), despite my editing .ssh/config to correct this.
Also, assistant doesn't give me a port option like it did in the intro screencast.
### What steps will reproduce the problem?
Using my version of git-annex, I assume.
### What version of git-annex are you using? On what operating system?
git-annex version: 3.20121112ubuntu2
xubuntu
### Please provide any additional information below.
I don't see any .git/annex/daemon.log.
I click the "remote server" link, sign in just fine [note below]. I click "Use a git repository on the server" (but "Use an encrypted rsync repository on the server" also does this), and eventually I get an error:
[[!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
Failed to make repository
Something went wrong setting up the repository on the remote server.
Transcript: ssh: connect to host <host> port 22: Connection timed out
# End of transcript or log.
"""]]
note: if I use "git-annex webapp" in the terminal it works fine; if I use xfce's "internet -> git annex" menu, it errors trying to use ssh_askpass, which I don't have. I'm going to make a new thread about this.