From owner-freebsd-security@FreeBSD.ORG Sun Dec 2 19:45:20 2007 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2B716A418 for ; Sun, 2 Dec 2007 19:45:20 +0000 (UTC) (envelope-from area.damai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id C353313C43E for ; Sun, 2 Dec 2007 19:45:19 +0000 (UTC) (envelope-from area.damai@gmail.com) Received: by mu-out-0910.google.com with SMTP id i10so13060mue for ; Sun, 02 Dec 2007 11:45:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=MAwlHQg+pGbJ9uNbYb1l4fkge62BFEyEo7RFapVX+uE=; b=jv9prw4fH+/aLv5c5aVHDhWWIwmaXFqDwQ15I2zA1PZGSY6UUwJ8PxdUqC0o3BnEJnFdhbTZczX8nJpTW9SjFuoHlPkwVTPxEnMtV/7QE+UtXub8kdMju/LkoKxcKeg3kQKBVspwpZyzl3qt7IArguU52ljhCE8+nW/YVNMGcWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=XocHrs1KjCpjVvCdissVfAZr1IDs4T0jGgBnvJEDvyfvduwMPNr4zW4om1P11XSoEXKg2+F40v+GW2Eqc4RuBTi1WRc4L0G9AgAXcKdmBYgJSHShq4cGGTkWZZc1OvbPDh+fH9xiztI94WmXWBQdvxhQLL4z7bocY/6diVrSo1I= Received: by 10.82.116.15 with SMTP id o15mr14405553buc.1196623221864; Sun, 02 Dec 2007 11:20:21 -0800 (PST) Received: by 10.82.185.7 with HTTP; Sun, 2 Dec 2007 11:20:21 -0800 (PST) Message-ID: Date: Mon, 3 Dec 2007 03:20:21 +0800 From: "=?WINDOWS-1252?Q?area_damai=99?=" To: freebsd-security@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Setting SSH timeout X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2007 19:45:20 -0000 i'm trying to disconnect idle users from my system by editing /etc/ssh/sshd_config i have set TCPKeepAlive no ClientAliveInterval 2 and restarting sshd services /etc/rc.d/sshd restart but it still wont disconnect any idle client any advice is highly appreciated areadamai freebsd user