This commit is contained in:
Chris 2013-07-01 17:31:46 +00:00 committed by admin
parent 3069d18326
commit 8397968c11

View file

@ -0,0 +1,30 @@
### Please describe the problem.
When the assistant connects the second time during adding a ssh remote, it assumes port 22 when different port is given.
### What steps will reproduce the problem?
Adding a ssh git remote
### What version of git-annex are you using? On what operating system?
GNU/Linux, Ubuntu 12.10, amd64, git-annex 4.20130627-g728b27a
### 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
Error message (nothing related in daemon.log):
Failed to make repository
Something went wrong setting up the repository on the remote server.
Transcript:
ssh: connect to host xxxxx port 22: Connection refused
# End of transcript or log.
"""]]