In linux, the username and password are missing during SVN migration. host key verification failed
1. The work machine and book are both linux. I usually have some money in the purse, and empty hands like the work card key will go to work...
Www.2cto.com
2. Prepare to pull the source code from the company's svn server. Then an error is reported.
"Host key verification failed"
It may have been a long time ago. The ssh key has already been repeated and modified. It is an old key on the book.
So
# Vim/root/. ssh/known_hosts
Delete all keys in ggVG d: wq all selected Delete Save quit
Then continue to pull
3. svn checkout url/path
I suddenly found that I couldn't remember my password... I don't seem to know which one it is.
Fortunately, there is a working machine that can be used frequently. So I checked the files of svn's account information.
# Ls/root/. subversion/auth/svn. simple
F41a29d3154438aeff11d37c97ab5dd3
# Cat/root/. subversion/auth/svn. simple/f41a29d3154438aeff11d37c97ab5dd3
You can see the svn password in plain text. Then let's go to svn checkout.