Your message dated Sun, 29 Dec 2002 11:55:36 +0100 with message-id <[EMAIL PROTECTED]> and subject line Your ssh2 bug has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 25 Feb 2000 21:51:43 +0000 Received: (qmail 32369 invoked from network); 25 Feb 2000 21:51:42 -0000 Received: from celeborn.rivendell.insynq.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 25 Feb 2000 21:51:42 -0000 Received: from pyramid.insynq.com (pyramid.office.insynq.com [10.2.2.10]) by celeborn.rivendell.insynq.com (8.9.3/8.8.7) with ESMTP id NAA13600; Fri, 25 Feb 2000 13:49:01 -0800 Received: by insynq.com via sendmail from stdin id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102) for [EMAIL PROTECTED]; Fri, 25 Feb 2000 13:51:51 -0800 (PST) Message-Id: <[EMAIL PROTECTED]> Date: Fri, 25 Feb 2000 13:51:51 -0800 (PST) From: Ian Eure <[EMAIL PROTECTED]> Subject: ssh2: AARGH! ssh2-2.0.13-5 broke my box! To: [EMAIL PROTECTED] X-Mailer: bug 3.2.10 Package: ssh2 Version: 2.0.13-4 Severity: grave I upgraded to ssh2 2.0.13-5 on one of my potato boxes, and now I can't log in with ssh anymore. When I connect, it asks for my password, then sits there. I've let it sit for ~10 minutes with no change. This is incredibly bad for me, as ssh is the only way I can access the system remotely, and it is physically inaccessible to me, being a colocated system in a secure facility. Note that I am not sending this report from the system in question, as I cannot get to it. It should be identical, as this system is also a current potato box. -- System Information Debian Release: 2.2 Kernel Version: Linux pyramid 2.2.14 #1 Tue Jan 11 12:26:35 PST 2000 i686 unknown Versions of the packages ssh2 depends on: ii libc6 2.1.3-4 GNU C Library: Shared libraries and Timezone ii libncurses5 5.0-5 Shared libraries for terminal handling ii xlib6g 3.3.6-3 shared libraries required by X clients ii zlib1g 1.1.3-5 compression library - runtime ^^^ (Provides virtual package libz1) --- Begin /etc/ssh2/ssh2_config (modified conffile) *: Port 22 Ciphers AnyStdCipher IdentityFile identification AuthorizationFile authorization RandomSeedFile random_seed VerboseMode no #PasswordPrompt "[EMAIL PROTECTED]'s password: " PasswordPrompt "%U's password: " #LocalForward "110:pop3.ssh.fi:110" #RemoteForward "3000:foobar:22" Ssh1AgentCompatibility none #Ssh1AgentCompatibility traditional #Ssh1AgentCompatibility ssh2 #SshSignerPath ssh-signer2 NoDelay no KeepAlive yes Compression yes # --- End /etc/ssh2/ssh2_config --- Begin /etc/ssh2/sshd2_config (modified conffile) *: Port 22 ListenAddress 0.0.0.0 Ciphers AnyStd IdentityFile identification AuthorizationFile authorization HostKeyFile hostkey PublicHostKeyFile hostkey.pub RandomSeedFile random_seed ForwardAgent yes ForwardX11 yes PasswordGuesses 3 MaxConnections 0 PermitRootLogin yes AllowedAuthentications publickey,password ForcePTTYAllocation no VerboseMode no PrintMotd yes CheckMail yes UserConfigDirectory "%D/.ssh2" SyslogFacility AUTH Ssh1Compatibility no RequireReverseMapping no UserKnownHosts yes subsystem-sftp sftp-server2 --- End /etc/ssh2/sshd2_config --- Begin /etc/init.d/ssh2 (modified conffile) #! /bin/sh # # # # PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/sshd2 NAME=sshd2 PORT=22 DESC="Secure Shell server v2" test -f $DAEMON || exit 0 set -e case "$1" in start) echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile /var/run/${NAME}_${PORT}.pid \ --exec $DAEMON echo "$NAME." ;; stop) echo -n "Stopping $DESC: " start-stop-daemon --stop --quiet --oknodo \ --pidfile /var/run/${NAME}_${PORT}.pid --exec $DAEMON echo "$NAME." ;; reload|force-reload) echo "Reloading $DESC configuration files." start-stop-daemon --stop --signal 1 --quiet --pidfile \ /var/run/${NAME}_${PORT}.pid --exec $DAEMON ;; restart) echo -n "Restarting $DESC: " start-stop-daemon --stop --quiet --oknodo --pidfile \ /var/run/${NAME}_${PORT}.pid --exec $DAEMON sleep 1 start-stop-daemon --start --quiet --pidfile \ /var/run/${NAME}_${PORT}.pid --exec $DAEMON echo "$NAME." ;; *) N=/etc/init.d/$NAME echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2 exit 1 ;; esac exit 0 --- End /etc/init.d/ssh2 --------------------------------------- Received: (at 59031-done) by bugs.debian.org; 29 Dec 2002 10:55:39 +0000 >From [EMAIL PROTECTED] Sun Dec 29 04:55:38 2002 Return-path: <[EMAIL PROTECTED]> Received: from smtpzilla1.xs4all.nl [194.109.127.137] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18Sb6Y-0002Mn-00; Sun, 29 Dec 2002 04:55:38 -0600 Received: from kalypso (ramstraat29.xs4all.nl [80.126.10.231]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id gBTAtb2X076593 for <[EMAIL PROTECTED]>; Sun, 29 Dec 2002 11:55:37 +0100 (CET) Received: from bas by kalypso with local (Exim 3.36 #1 (Debian)) id 18Sb6W-0003m4-00 for <[EMAIL PROTECTED]>; Sun, 29 Dec 2002 11:55:36 +0100 From: Bas Zoetekouw <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Your ssh2 bug Message-Id: <[EMAIL PROTECTED]> Sender: Bas Zoetekouw <[EMAIL PROTECTED]> Date: Sun, 29 Dec 2002 11:55:36 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-0.7 required=5.0 tests=SPAM_PHRASE_02_03 version=2.41 X-Spam-Level: Hi! Ssh2 was removed from the Debian archive this morning. It's replacement, openssh (ssh package), does not seem to be affected by this bug; therefore, I'm closing it. Kind regards, Bas Zoetekouw.