ajaysh9
Sir, the window keeps asking the password to login to server for the my username in the login I logged in this way in repo browser, svn+ssh://sharmaaj@xyz.local/SITAUS
DougR
Normal access via SSH is by using public/private key pairs. When using SSH you should be prompted for a password in 2 cases: the 1st is when there is a password on your private key, the 2nd is when something went wrong with the public/private key matching and the "sshd" process wants to try simple account password validation. You're on Windows so I'm not going to be much help in diagnosing your SSHD setup issues - sorry.
ajaysh9
No worry sir. I am trying to make changes in svn authentication. Thank u for reply.
hansonbc
I would request all members to help me.
DougR
Do you have access to the server? Have you reviewed the log files (and other areas where Windows keeps logs...)? My expectation would be that wherever SSHD on Windows is logging would have a message that might help. Either that or you might be able to increase the logging level to the point where you will find a message that would help.