Call for testing: OpenSSH 6.9

Damien Miller djm at mindrot.org
Mon Jun 1 11:30:35 AEST 2015


are you running the tests as root? It's possible the tests are broken
for root given the recent change of PermitRootLogin's default

On Sat, 30 May 2015, Kevin Brott wrote:

> Debian GNU/Linux 8.0 (jessie)
> OpenSSL 1.0.1k
> gcc (Debian 4.9.2-10) 4.9.2
> 
> "make tests" fails here:
> /usr/src/INET/openssh/ssh-keygen -lf
> /usr/src/INET/openssh/regress//t12.out.pub | grep test-comment-1234
> >/dev/null
> run test connect.sh ...
> ssh connect with protocol 1 failed
> ssh connect with protocol 2 failed
> failed simple connect
> Makefile:192: recipe for target 't-exec' failed
> make[1]: *** [t-exec] Error 1
> make[1]: Leaving directory '/usr/src/INET/openssh/regress'
> Makefile:544: recipe for target 'tests' failed
> make: *** [tests] Error 2
> 
> ?failed-ssh.log ends with:
> debug1: Authentications that can continue:
> publickey,password,keyboard-interactive
> debug3: start over, passed a different list
> publickey,password,keyboard-interactive
> debug3: preferred publickey
> debug3: authmethod_lookup publickey
> debug3: remaining preferred:
> debug3: authmethod_is_enabled publickey
> debug1: Next authentication method: publickey
> debug1: Offering RSA public key: /usr/src/INET/openssh/regress/rsa
> debug3: send_pubkey_test
> debug2: we sent a publickey packet, wait for reply
> debug1: Server accepts key: pkalg ssh-rsa blen 279
> debug2: input_userauth_pk_ok: fp
> SHA256:9nhdTr/rVwghJZfRSbSVGw1Rb7TuhygvZoYal45dJ98
> debug3: sign_and_send_pubkey: RSA
> SHA256:9nhdTr/rVwghJZfRSbSVGw1Rb7TuhygvZoYal45dJ98
> debug1: Authentications that can continue:
> publickey,password,keyboard-interactive
> debug2: we did not send a packet, disable method
> debug1: No more authentication methods to try.
> Permission denied (publickey,password,keyboard-interactive).
> FAIL: ssh connect with protocol 2 failed
> ?
> ?failed-sshd.log ends with:
> debug2: input_userauth_request: try method publickey [preauth]
> debug3: mm_key_allowed entering [preauth]
> debug3: mm_request_send entering: type 22 [preauth]
> debug3: mm_key_allowed: waiting for MONITOR_ANS_KEYALLOWED [preauth]
> debug3: mm_request_receive_expect entering: type 23 [preauth]
> debug3: mm_request_receive entering [preauth]
> debug3: mm_request_receive entering
> debug3: monitor_read: checking request 22
> debug3: mm_answer_keyallowed entering
> debug3: mm_answer_keyallowed: key_from_blob: 0x7f0b6f1499d0
> debug1: temporarily_use_uid: 0/0 (e=0/0)
> debug1: trying public key file
> /usr/src/INET/openssh/regress/authorized_keys_root
> debug1: fd 4 clearing O_NONBLOCK
> debug1: matching key found: file
> /usr/src/INET/openssh/regress/authorized_keys_root, line 1 RSA
> SHA256:9nhdTr/rVwghJZfRSbSVGw1Rb7TuhygvZoYal45dJ98
> debug1: restore_uid: 0/0
> debug3: mm_answer_keyallowed: key 0x7f0b6f1499d0 is allowed
> debug3: mm_request_send entering: type 23
> debug3: mm_key_verify entering [preauth]
> debug3: mm_request_send entering: type 24 [preauth]
> debug3: mm_key_verify: waiting for MONITOR_ANS_KEYVERIFY [preauth]
> debug3: mm_request_receive_expect entering: type 25 [preauth]
> debug3: mm_request_receive entering [preauth]
> debug3: mm_request_receive entering
> debug3: monitor_read: checking request 24
> debug3: mm_answer_keyverify: key 0x7f0b6f149c30 signature verified
> debug3: mm_request_send entering: type 25
> ROOT LOGIN REFUSED FROM 127.0.0.1
> Failed publickey for root from 127.0.0.1 port 36951 ssh2: RSA
> SHA256:9nhdTr/rVwghJZfRSbSVGw1Rb7TuhygvZoYal45dJ98
> debug2: userauth_pubkey: authenticated 1 pkalg ssh-rsa [preauth]
> ROOT LOGIN REFUSED FROM 127.0.0.1 [preauth]
> debug3: userauth_finish: failure partial=0 next
> methods="publickey,password,keyboard-interactive" [preauth]
> FAIL: ssh connect with protocol 2 failed
> Connection closed by 127.0.0.1 [preauth]
> debug1: do_cleanup [preauth]
> debug1: monitor_read_log: child log fd closed
> debug3: mm_request_receive entering
> debug1: do_cleanup
> debug1: Killing privsep child 25262
> 
> 
> On Sat, May 30, 2015 at 9:30 AM, Kevin Brott <kevin.brott at gmail.com> wrote:
> 
> >
> > Starting building/testing for the lab systems I have Monday.
> >
> > Any chance a fix for Bug 2404 <
> > https://bugzilla.mindrot.org/show_bug.cgi?id=2404> could get wedged in
> > before release?
> >
> > --
> > # include <stddisclaimer.h>
> > /* Kevin Brott <Kevin.Brott at gmail.com> */
> >
> >
> 
> 
> -- 
> # include <stddisclaimer.h>
> /* Kevin  Brott <Kevin.Brott at gmail.com> */
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
> 


More information about the openssh-unix-dev mailing list