I have set up subclipse and my svn server to run over ssh. Everything is working great, except I have to enter my password five times to do one checkout. Is there a way I can store the password so it re-uses it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot “push” credentials into an SSH client. The right answer is the one that Andreas Baus entered as a comment. Configure your SSH server/client to use keys for authentication and then your SSH client can just connect by using your key.