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 -->
  #3 (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
What client are you using from windows?

I use putty and do the following....

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

It is on a AIX or Windows?
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".

Connection/SSH/Auth in AIX?

eg

plink.exe -i identity.ppk fred@aixbox uname -a
I use SSh Secure File Transfer tool to ssh from Windows to AIX without password.

How to use step by step?

Thanks a lot!
Reply With Quote