TortoiseSVN repeatedly prompts for a password when connecting to the server using the SVN+SSH protocol
When using the SVN+SSH protocol to connect to the SVN server, SSH will prompt for authentication, because it is not the SVN client program to complete SSH authentication, so the password is not cached. The SVN client usually establishes multiple repository connections and repeatedly prompts for a password when the password is not cached.
The workaround is to specify the SSH client to use TortoisePlink.exe and increase the-PW password parameter and the-l username parameter in the TORTOISESVN network settings.
The final command line is as follows: "C:Program Files\tortoisesvn\bin\tortoiseplink.exe"-PW password-l Xieshaohu
Or consider other SSH password caching tools, the SSH connection in eclipse will automatically cache the password, so there is no such issue.
SVN repeatedly prompts for password resolution when using the SVN+SSH protocol to connect to a server