summaryrefslogtreecommitdiff
path: root/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn
diff options
context:
space:
mode:
authorGravatar Chris <Chris@web>2013-07-01 17:31:46 +0000
committerGravatar admin <admin@branchable.com>2013-07-01 17:31:46 +0000
commit399c04b62d784ca19d03577f9476100dc6844d59 (patch)
treece47ab065fe8f0e14c81a02bf628add052d8b4ff /doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn
parent6043da630d2fc91d3821c4844fdcf3d502ced4b3 (diff)
Diffstat (limited to 'doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn')
-rw-r--r--doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn b/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn
new file mode 100644
index 000000000..fd0d7375c
--- /dev/null
+++ b/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn
@@ -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.
+"""]]