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

Join Date: Jan 2007
Posts: 2,965
What client are you using from windows?

I use putty and do the following....

take the private key from $HOME/.ssh/identity

use puttygen.exe to create a passwordless identity.ppk file on windows.

use that identity in the Connection/SSH/Auth property in "putty.exe" or as the argument to -i in "plink.exe" to "pscp.exe".

eg

plink.exe -i identity.ppk fred@aixbox uname -a
Reply With Quote