On 1/4/07, Dmitry Beransky <[EMAIL PROTECTED]> wrote:
I'm using scp with a password based authentication. While I have no problems running the command from my workstation, if I run the same build on the continous build box, I'm constantly being asked to accept RSA key fingerprint. Perhaps, switching to a key-based login would fix the problem.
This is because you are missing the directory ~/.ssh so that the file known_hosts can be created. You would have done this as part of your windows setup but it is easy to miss. Double check the location of your user home, it could also be that while you are logged in as a user on windows that the home directory is incorrectly C:\Documents and Settings\Default/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
