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 -->
  #5 (permalink)  
Old 12-05-2007
rainbow_bean rainbow_bean is offline
Registered User
 

Join Date: Dec 2007
Posts: 53
Quote:
Originally Posted by porter View Post
Have you put the public key in $HOME/.ssh/authorized_keys of the server you are trying to connect to?
In AIX side, I only have

$ ls -l
total 16
-rw------- 1 sss staff 1675 Dec 05 13:21 identity
-rw-r--r-- 1 sss staff 397 Dec 05 13:21 identity.pub

after run the command:

$ ssh-keygen -t rsa -f identity

where the "$HOME/.ssh/authorized_keys"? In Windows or AIX?
I want to ssh without password from windows to AIX. So, I create the private/public key on AIX side?
Reply With Quote