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 -->
  #6 (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
Thank you a lot! I can use your command to do it!
Reply With Quote