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 [email protected]:~/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://[email protected]:/path/to/repo/remoterepo
>> localrepo
>>
>> After the password prompt I get this error:
>>
>> ssh -e none -T -p 0 [email protected]
>> 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 [email protected].
>>
>> 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
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to