From owner-freebsd-questions Fri Apr 27 4:34:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 8CCAA37B423 for ; Fri, 27 Apr 2001 04:34:16 -0700 (PDT) (envelope-from freebsd@XtremeDev.com) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 569B31365B for ; Fri, 27 Apr 2001 05:34:14 -0600 (MDT) Date: Fri, 27 Apr 2001 05:34:14 -0600 (MDT) From: FreeBSD To: Subject: SSH2 and OpenSSH in FreeBSD (Jail?) Message-ID: <20010427053110.S71420-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Jail setup running OpenSSH (providing that service on non-standard port), and SSH2 installed in the host environment. When I ssh into the jail environment, after a prolonged period I always get the following error message, which seems to lock up the ssh client. I have to kill it from the host environment: debug: Ssh2Common/sshcommon.c:200/ssh_common_request_rekey: Sending rekey request... debug: Ssh2Common/sshcommon.c:240/ssh_common_rekey_notify_cb: Rekey notification received from transport layer. debug: Ssh2Common/sshcommon.c:246/ssh_common_rekey_notify_cb: Cancelling rekey timeouts... This is very annoying as I'm usually in the middle of a vim editing session (it's my cvs jail). Does anyone know what might be the cause of this "rekeying"? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message