Public key Authentication broken under HP-UX?

From: Ted Pardike (tpardike_at_utah.gov)
Date: 09/23/03

  • Next message: Olivier PONSINET: "SSH1 Client SDK for Windows ?"
    Date: Tue, 23 Sep 2003 06:48:20 -0600
    To: <secureshell@securityfocus.com>
    
    

    I was just wondering if anyone else was having problems with public key
    authentication with ssh (not sshd) since version 3.7p1 under HP-UX
    11.00?

    Versions I have experienced this problem with:
      3.7p1
      3.7.1p1
      SNAP-20030921

    If I swap in the binaries for 3.6.1p1 (using the same config files),
    public key authentication works as expected.

    The reason why I think it is a problem with HP-UX, is due to the fact
    that 3.7.1p1 appears to work fine under Cygwin.

    ssh -v -v -v debug clip from 3.7p1

    debug1: Authentications that can continue:
    publickey,password,keyboard-interactive
    debug3: start over, passed a different list
    publickey,password,keyboard-interactive
    debug3: preferred publickey,keyboard-interactive,password
    debug3: authmethod_lookup publickey
    debug3: remaining preferred: keyboard-interactive,password
    debug3: authmethod_is_enabled publickey
    debug1: Next authentication method: publickey
    debug2: we did not send a packet, disable method
    debug3: authmethod_lookup keyboard-interactive
    debug3: remaining preferred: password
    debug3: authmethod_is_enabled keyboard-interactive
    debug1: Next authentication method: keyboard-interactive
    debug2: userauth_kbdint
    debug2: we sent a keyboard-interactive packet, wait for reply
    debug1: Authentications that can continue:
    publickey,password,keyboard-interactive
    debug3: userauth_kbdint: disable: no info_req_seen
    debug2: we did not send a packet, disable method
    debug3: authmethod_lookup password
    debug3: remaining preferred:
    debug3: authmethod_is_enabled password
    debug1: Next authentication method: password

    Any, suggestions would be appreciated.

    Thanks,
    Ted


  • Next message: Olivier PONSINET: "SSH1 Client SDK for Windows ?"