if i login sftp w/o passwd between tru64 and tru64...it's work, these the following steps : ** on the tru64 as client : ssh-keygen -t dsa or rsa copy the key to remote machine ($HOME/.ssh2) create $HOME/.ssh2/identification ** on the tru64 as remote : create $HOME/.ssh2/authorization ** then i try to login sftp w/o passwd from client............ OK
But if i login sftp w/o passwd between tru64(SSH Tru64 UNIX 3.2.0) and aix(OpenSSH 4.1)...not working. these the following steps : ** on the tru64 : ssh-keygen -t dsa or rsa copy the key to remote machine/aix ($HOME/.ssh) create $HOME/.ssh2/identification ** on the aix : cat id_dsa.pub >> $HOME/.ssh/authorized_keys chmod 700 $HOME/.ssh/authorized_keys ** then i try to login sftp w/o passwd from tru64............ NOT OK pls.....anyone can tell me what should i do
