Thus said Ron W on Thu, 09 Apr 2015 11:55:14 -0400: > Also note that the SSH command to be used can be specified by the > --ssh-command= option. (But the fossil= URL parameter is easier in > this situation.)
The two options are not really related. The --ssh-command option does not define the remote command, it defines the local SSH command and any command line options that will be run to setup the SSH connection to the remote host. e.g., ssh -T -e none -vvv -i /key etc... The fossil= query parameter defines the remote fossil command that will be run via SSH. It defaults to simply ``fossil http'', however, if the remote host does not have fossil in a standard path you'll get an error like ``fossil: command not found.'' Thanks, Andy -- TAI64 timestamp: 400000005526ac6c _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

