AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  SSHUser prompting for password

    Posted Tue May 13, 2008 04:25 PM

    Originally posted by: Miztiik


    I have the latest version of open ssh installed in my AIX 5.3 machines. when i try to login thru sshuser it is being prompted for password
    #AIX-Forum


  • 2.  Re: SSHUser prompting for password

    Posted Tue May 13, 2008 06:13 PM

    Originally posted by: SystemAdmin


    You need to define ssh keys. You can create these with ssh-keygen and place them in the destination server.

    Regards.
    #AIX-Forum


  • 3.  Re: SSHUser prompting for password

    Posted Wed May 14, 2008 04:24 AM

    Originally posted by: Miztiik


    I already have the key in the destination server.<hr />
    Helping to weave a better web
    #AIX-Forum


  • 4.  Re: SSHUser prompting for password

    Posted Tue May 27, 2008 09:12 AM

    Originally posted by: KarlM


    permissions, permissions, permissions
    #AIX-Forum


  • 5.  Re: SSHUser prompting for password

    Posted Mon June 02, 2008 02:28 AM

    Originally posted by: Miztiik


    Can you please be more elaborate on what permssions should be given/removed.
    ==========================================
    Helping to weave a better web
    #AIX-Forum


  • 6.  Re: SSHUser prompting for password

    Posted Tue June 03, 2008 02:15 PM

    Originally posted by: jnordtome


    Take a look at the user's home directory. It should be owned by that user. Also, the $HOME/.ssh directory should have rwx------ permissions and the authorized_keys file should have rw------- permissions for the user. Hope that helps.
    #AIX-Forum