If I simply remove the colon, I get the following error:

fossil: ssh connection failed: [Warning: no access to tty (Bad file
descriptor). Thus no job control in this shell.]
Killed by signal 2

The colon syntax was inspired by my use of scp:

scp usern...@remote.server.com:~/remoterepo localrepo

Vincent

>On Sat, Sep 17, 2011 at 01:03:18PM -0400, Vincent Arel wrote:

>> I hope this is the right forum for this question. I'm using fossil
>> 1.19 [6517b5c857]  on a linux computer and I am hoping to clone a
>> repository from a remote server through ssh. I tried this command:
>>
>> fossil clone ssh://usern...@remote.server.com:/path/to/repo/remoterepo
>> localrepo
>>
>> After the password prompt I get this error:
>>
>> ssh -e none -T -p 0 usern...@remote.server.com
>> Bad port '0'
>> fossil: ssh connection failed: []
>>
>> The '-p 0' seems to be at fault, but I don't know how to specify a
>> different port for the ssh connection. Note that I am able to connect
>> to the server using openssh with the simple:
>>
>> ssh usern...@remote.server.com.
>>
>> Any help would be much appreciated. Thanks!
>What happens if you drop the ":" between the server and path parts
>of the URL?
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to