Hi.
I installed freeSSHd on a Windows 2000 Server host and I configured the public key authentication for the Administrator user.
I can connect to the Windows server without any problems:
Code:
bakserver:/backup/server-eg$ ssh Administrator@server-win
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:WINNTsystem32>
But if I try to use scp I have this problem:
Code:
bakserver:/backup/server-win$ scp -r Administrator@server-win:c:Backup /backup/server-win/
exec request failed on channel 0
I have to copy the whole content of the c:Backup directory of the Windows server to the Linux server, running scp from the Linux server using the public key authentication.
Could you help me, please?
Thank you very much!
Bye.