Quote:
Originally Posted by rainbow_bean
1. Create private/pub key on AIX:
$ssh-keygen -t identity
2. Get my private key from the AIX server, found in $HOME/.ssh/identity
|
Did you put the public key in $HOME/.ssh/authorized_keys?
Do the files have -wr------ access rights?
I thought the flags would be "ssh-keygen -t rsa -f identity".