On 26 November 2011 05:44, Joerg Sonnenberger <jo...@britannica.bec.de> wrote:
> On Fri, Nov 25, 2011 at 11:17:20AM -0700, Matt Welland wrote:
>> sync via ssh
>> =========
>> From my comments in another thread: I knew that ssh access did not work
>> with fsecure but I just tested it and can't get it to work with openssh. If
>> someone can confirm that using ssh as a transport mechanism is working for
>> them and provide me with an example URL and what they use for ssh-command
>> I'd appreciate it. Also, I was unable to set the ssh-command in the ui -
>> but it does work from the command line.
>
> Works fine with the default settings. URL is e.g.
> ssh://joerg@ip//path-from-home (and /// for absolute urls, like ftp).

I see (proxy hostname munged)

$ fossil sync --once ssh://cjsv@frolix//repos/cjsv.fossil
password for cjsv:
via proxy: http://squid.example.org:3128/
ssh -e none -T -p 3128 c...@squid.example.org
ssh_exchange_identification: Connection closed by remote host
fossil: ssh connection failed: []

(with a delay before 'ssh_exchange_identification').

Why would an ssh connection try to use an http proxy?

-- 
Christopher Vance
_______________________________________________
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