Passwordless sftp from UNIX to windows site

Hallo all ,
I researched many article in this forum as well as googled. But could not get any help. I request the forum to extend some help.

Issue: Want to do a passwordless sftp from an unix machine to windows

action taken :
1) on local unix machine ssh-keygen -t dsa
2) Next step , in case of Unix , i would ve done.
scp id_dsa.pub user@remote:~/.ssh/id_dsa.pub.remote

How can i do the step in windows to go further .

Can you please provide me the list of steps that i should carry out.

Anyone has any idea over the above topic?:confused:

If you're going from Unix to Windows then you will need a Windows version of an ftp server running on the Windows box since Windows does not run this program natively (Windows only comes with the ftp client). Secondly, to be ssh driven it will need to have an sftp server installed to do this on the Windows server.

A different, and perhaps easier option, would be to install the Samba client, called smbclient, to transfer your files. You would need an account created in your Windows Domain, authenticate this account in the Domain and then use this account with your smbclient transfer. It will still require password authentication but this can be supplied via the command line.