summaryrefslogtreecommitdiff
path: root/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn
blob: 561cad199a001ecc1a023f5f512888792dacb7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### 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 with non-standard port.

### What version of git-annex are you using? On what operating system?

GNU/Linux, Ubuntu 12.10, amd64, git-annex 4.20130627-g728b27a

Happens on android as well.

### 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.
"""]]

> [[Fixed|done]]; this bug was introcuded in version
> 4.20130627 while making some other ssh fixes. --[[Joey]]