![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passwordless authentication of SFTP script | uday.shankar | Shell Programming and Scripting | 13 | 3 Weeks Ago 12:39 PM |
| SFTP from windows E:/ to unix server | pranavagarwal | Shell Programming and Scripting | 12 | 11-28-2007 10:58 AM |
| SFTP files from windows drive E: to unix | pranavagarwal | UNIX for Dummies Questions & Answers | 4 | 11-26-2007 09:17 AM |
| SFTP from UNIX (AIX) to Windows 2000 server | reddymails | Shell Programming and Scripting | 0 | 03-09-2006 09:15 AM |
| SFTP script from AIX to Windows 2003 | Exit42 | AIX | 2 | 04-22-2005 11:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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. |
|
||||
|
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. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|