Quote:
Originally Posted by porter
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!