From e35ff454c3bbfd4f5e163860031ca9f763f2e043 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmR-xG9O2HWoybxYZPVbYVYxwitfcfDgtE" Date: Mon, 9 Sep 2013 15:16:08 +0000 Subject: [PATCH] --- ...ssistant_always_assumes_port_22__63__.mdwn | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/assistant_always_assumes_port_22__63__.mdwn diff --git a/doc/bugs/assistant_always_assumes_port_22__63__.mdwn b/doc/bugs/assistant_always_assumes_port_22__63__.mdwn new file mode 100644 index 0000000000..5cba51969c --- /dev/null +++ b/doc/bugs/assistant_always_assumes_port_22__63__.mdwn @@ -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 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.