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