The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 12-04-2007
rainbow_bean rainbow_bean is offline
Registered User
 

Join Date: Dec 2007
Posts: 53
Quote:
Originally Posted by porter View Post
Install Putty on windows client.

Get your private key from the AIX server, found in $HOME/.ssh/identity

Put that on Windows box.

Run puttygen.exe and load the private key, save it without password as identity.ppk in a safe directory.

To use SFTP use Putty's "psftp" as follows:

"c:\program files\putty\psftp.exe" -i \path\to\identity.ppk user@host
Thanks a lot! I can use your command to do it from windows to AIX without password.

However, if I use SSH Secure File Transfer tool, how to do it without password?

This is the SSH Secure File Transfer tool link:
SSH: File Transfer
Reply With Quote