Hi all,

I am currently having some trouble copying directories off of a SAN to the local linux computer... I have tried the following code and several variations of it:

scp -r login@san.com:/home/etc/abc/* compID:/home/login/etc/abc
I then type in my SAN password and then get an error saying

Host key verification failed.
lost connection
The paths to the file and where I want to put the files are correct as I have checked them....

Does anyone know what the problem is?



EDIT: After playing around on linux I now get the following error message
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,password,keyboard-interactive).
lost connection