Re: Login sftp from Tru64 to AIX

ari_ssh_at_lycos.com
Date: 11/29/05

  • Next message: ari_ssh_at_lycos.com: "openssh for tru64"
    Date: 29 Nov 2005 06:04:40 -0000
    To: secureshell@securityfocus.com
    
    
    ('binary' encoding is not supported, stored as-is) 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


  • Next message: ari_ssh_at_lycos.com: "openssh for tru64"