• AIX 6.1 ssh without password issue

    From cutoutsy Feng@21:1/5 to All on Mon Oct 24 19:25:01 2016
    Hi all,
    I have a problem when i ssh a aix 6.1 server,the details as below:
    $ ssh -vvv 127.0.0.1
    debug2: key: /usr/u/ocsqa/.ssh/identity ((nil))
    debug2: key: /usr/u/ocsqa/.ssh/id_rsa (0x2aaaaad57d80)
    debug2: key: /usr/u/ocsqa/.ssh/id_dsa ((nil))
    debug1: Authentications that can continue: publickey,password,keyboard-interactive
    debug3: start over, passed a different list publickey,password,keyboard-interactive
    debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password debug3: authmethod_lookup publickey
    debug3: remaining preferred: keyboard-interactive,password
    debug3: authmethod_is_enabled publickey
    debug1: Next authentication method: publickey
    debug1: Trying private key: /usr/u/ocsqa/.ssh/identity
    debug3: no such identity: /usr/u/ocsqa/.ssh/identity
    debug1: Offering public key: /usr/u/ocsqa/.ssh/id_rsa
    debug3: send_pubkey_test
    debug2: we sent a publickey packet, wait for reply
    debug1: Server accepts key: pkalg ssh-rsa blen 277
    debug2: input_userauth_pk_ok: SHA1 fp 0a:4a:02:21:d8:8e:48:ae:1c:45:d0:dd:ee:0a:d6:d7:ad:f4:b4:dd
    debug3: sign_and_send_pubkey
    debug1: read PEM private key done: type RSA
    debug3: input_userauth_banner
    [compat]: 3004-330 Your encrypted password is invalid.
    3004-320 Only the system administrator can change this password.

    Connection closed by 127.0.0.1

    anyone konw?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?L=c5=91rinczy_Zsigmond?=@21:1/5 to All on Tue Oct 25 06:29:14 2016
    Check ssh-versions on both sides (ssh -V);
    OpenSSH-7.3p1 is the current version
    (with libcrypto from OpenSSL-1.0.2j)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cutoutsy@21:1/5 to All on Mon Oct 24 22:45:31 2016
    在 2016年10月25日星期二 UTC+8下午12:29:16,Lőrinczy Zsigmond写道:
    Check ssh-versions on both sides (ssh -V);
    OpenSSH-7.3p1 is the current version
    (with libcrypto from OpenSSL-1.0.2j)

    I ssh -vvv 127.0.0.1
    ssh -V:
    OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009
    I do not think the problem is ssh version.I succeeded to do this a few days ago.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lorinczy Zsigmond@21:1/5 to All on Tue Oct 25 12:16:57 2016
    I do think it is a problem. Either use telnet, or recent OpenSSH.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)