Thus said =?windows-1252?Q?Marko_K=E4ning?= on Sat, 14 May 2016 12:34:48 +0200:
> SSH is correctly configured, as I can log onto the host no problem, > but above clone hangs once I press the "y" and then RETURN. The next progression from the SSH connection that is to be expected after one has accepted the remote SSH host key is that of a username and password prompt. Where is the SSH password prompt for your user? > It could be, that I have a firewall issue on that machine, so I don't > want to point a finger on Fossil. I doubt it's a firewall. You hit the SSH server as evidenced by the fact that you got an SSH host key. Did you verify that the fingerprint actually matches the server's host key? > How can I see more (debug) information in order to understand which > process is the blocking one? Fossil does have one option for SSH tracing, but your better bet will be to turn on SSH debugging. This is typically done with multiplying the number of -v options to the ssh command, but I don't know what options you will have if you're using putty. For example, you could do: fossil clone --verbose -c 'ssh -vvv -e none -T' --sshtrace ssh://marko@IP:PORT//home/REPOS/FOSSIL/test.fossil test.fossil This will give you as much information as can be possibly expected (except, and unless you want also an HTTP trace). Andy -- TAI64 timestamp: 4000000057380bf1 _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users