![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| S-233: Cisco Secure Access Control Server for Windows User-Changeable Password Vulner | iBot | Security Advisories (RSS) | 0 | 03-27-2008 06:10 AM |
| How to use SSH Secure File Transfer tool from windows to AIX without password? | rainbow_bean | AIX | 6 | 12-04-2007 02:10 PM |
| How to find windows user without any password | RPG | Windows & DOS: Issues & Discussions | 0 | 09-05-2007 10:35 PM |
| How to Recover windows administrator password? | jagdish.machhi@ | Windows & DOS: Issues & Discussions | 4 | 08-07-2007 07:43 AM |
| Windows 2003 sp1 to Solaris 10 6/06 password synchronization (ssod) | james_ryan | SUN Solaris | 0 | 09-01-2006 10:52 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to do ssh without password from windows to AIX?
I know how to ssh without password from AIX to AIX, however, how to do it from Windows to AIX?
|
| Forum Sponsor | ||
|
|
|
|||
|
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 |
|
|||
|
Quote:
How to use step by step? Thanks a lot! |
|
|||
|
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 |
|
|||
|
Quote:
However, if I use SSH Secure File Transfer tool, how to do it without password? This is the SSH Secure File Transfer tool link: SSH: File Transfer |
|
|||
|
Quote:
|