Hi Skip, > Dave> Because you're not connecting using ssh; you're using https. > > Any idea how I can get this to work without having to give my SF password on > every commit?
You can use ssh-agent for a new shell and then ssh-add. N.B. You will have to add a key This should be done once: ssh-keygen -t dsa -C "[EMAIL PROTECTED]" This is done at the beginning of the day ssh-agent D:/Devtools/mks/mksnt/sh.exe or what ever shell you use. ssh-add t:/.ssh/id_dsa Remi _______________________________________________ SpamBayes@python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html