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 -->
  #4 (permalink)  
Old 12-04-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
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
Reply With Quote