[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#97339: marked as done (ssh: masquerading and keepalive)



Your message dated Wed, 30 Jun 2004 11:08:05 +0100
with message-id <20040630100805.GF25370@riva.ucam.org>
and subject line Bug#97339: Debian bug #97339: ssh masquerading and keepalive
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; 13 May 2001 15:37:41 +0000
>From tonon@linuxasylum.net Sun May 13 10:37:41 2001
Return-path: <tonon@linuxasylum.net>
Received: from (cthugha.linuxasylum.net) [213.155.194.160] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14yxwC-0007IB-00; Sun, 13 May 2001 10:37:41 -0500
Received: by cthugha.linuxasylum.net (Postfix, from userid 2886)
	id 77DA642EEA; Sun, 13 May 2001 17:37:39 +0200 (CEST)
From: Samuele Tonon <tonon@linuxasylum.net>
Subject: ssh: masquerading and keepalive
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <20010513153739.77DA642EEA@cthugha.linuxasylum.net>
Date: Sun, 13 May 2001 17:37:39 +0200 (CEST)
Delivered-To: submit@bugs.debian.org

Package: ssh
Version: 1:2.5.2p2-2.1
Severity: wishlist

hi,
it seems that if you use ssh from a masqueraded host to another in the "internet" 
keepalive doesn't work, while using inside the lan works.
What is ? is it a problem of ssh or of the kernel ? ( it doesn't work with
ipchains kernel 2.2.x, ipchains kernel 2.4.x, iptables kernel 2.4.x) 


thanks 
Samuele 

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux cthugha 2.4.4 #1 Tue May 1 03:05:43 CEST 2001 i686 unknown

Versions of the packages ssh depends on:
ii  debconf        0.9.54         Debian configuration management system
ii  libc6          2.2.3-1        GNU C Library: Shared libraries and Timezone
ii  libpam-modules 0.72-22        Pluggable Authentication Modules for PAM
ii  libpam0g       0.72-22        Pluggable Authentication Modules library
ii  libssl0.9.6    0.9.6a-2       SSL shared libraries
ii  libwrap0       7.6-7          Wietse Venema's TCP wrappers library
ii  zlib1g         1.1.3-15       compression library - runtime

--- Begin /etc/ssh/sshd_config (modified conffile)
Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
IgnoreRhosts no
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
KeepAlive yes
SyslogFacility AUTH
LogLevel INFO
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords no
ReverseMappingCheck yes
Subsystem	sftp	/usr/lib/sftp-server

--- End /etc/ssh/sshd_config

--- Begin /etc/ssh/ssh_config (modified conffile)
Host *
    ForwardAgent no
    ForwardX11 yes

--- End /etc/ssh/ssh_config

---------------------------------------
Received: (at 97339-done) by bugs.debian.org; 30 Jun 2004 10:08:14 +0000
>From cjwatson@flatline.org.uk Wed Jun 30 03:08:14 2004
Return-path: <cjwatson@flatline.org.uk>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bfc0k-0001ox-00; Wed, 30 Jun 2004 03:08:14 -0700
Received: from [192.168.124.112] (helo=riva.lab.dotat.at)
	by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
	id 1Bfc0i-00034z-00; Wed, 30 Jun 2004 11:08:12 +0100
Received: from cjwatson by riva.lab.dotat.at with local (Exim 3.35 #1 (Debian))
	id 1Bfc0b-0000OG-00; Wed, 30 Jun 2004 11:08:05 +0100
Date: Wed, 30 Jun 2004 11:08:05 +0100
From: Colin Watson <cjwatson@debian.org>
To: Darren Tucker <dtucker@zip.com.au>, 97339-done@bugs.debian.org
Subject: Re: Bug#97339: Debian bug #97339: ssh masquerading and keepalive
Message-ID: <20040630100805.GF25370@riva.ucam.org>
References: <[🔎] 40E217DB.9070007@zip.com.au>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 40E217DB.9070007@zip.com.au>
User-Agent: Mutt/1.3.28i
Delivered-To: 97339-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Wed, Jun 30, 2004 at 11:31:07AM +1000, Darren Tucker wrote:
> 	This bug has long since been fixed, first with the Debian-specific 
> keepalive options (sorry, the details escape me at the moment)

ProtocolKeepAlives

> and now with upstream's ClientAliveInterval and ClientAliveCountMax
> (server side) and ServerAliveInterval and ServerAliveCountMax (client
> side).

Yes, indeed it has. Thanks; closing.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: