Thus said Daniel Dumitriu on Thu, 10 Dec 2015 15:59:29 +0100: > when called as a process [1]. I don't know if this can be solved > inside fossil; a workaround is to use a modified plink, e.g. that from > TortoiseSVN.
You can configure Fossil to use the modified plink. Use: fossil clone --ssh-command /path/to/modified/plink.exe -T -e none ... > Still there seems to be another problem with fossil: it does not pass > the password to plink when it was given on the command line as in > user:pass@host:port. This is because Fossil does not interact with SSH, the end user does. Fossil forks an SSH command, and you, the user, interact with any prompts the SSH process issues. When you have completed entering password information into SSH, Fossil now has a set of encrypted pipes to read/write to via stdin/stdout. Andy -- TAI64 timestamp: 40000000566a5cfd _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

