From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 14:21:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C65AD106570A for ; Fri, 3 Apr 2009 14:21:10 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 8092D8FC22 for ; Fri, 3 Apr 2009 14:21:10 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by an-out-0708.google.com with SMTP id d11so662761and.13 for ; Fri, 03 Apr 2009 07:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ePV7jXvgJblcS7MYS5f5p+EgQcinvafusEv58ioXjzk=; b=yAcJx9g+lPpC9Q+r+QDTwAg34eGSP/BSKrrBJFjV5QPGfxiTWrtTsXuwPNiAQao57j wlFE5/Jz2PTCQnFBNKn2Yd4a7sthb94fFnOjA9rHcuoCa4aH715X9MNMA4KykSvE5yNm oPQalfvqPHeygmMSZ2ucNIVL1Q8indAF2rlJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=DjLPoaDFcR1iNtLAOytMRzoaVPcvryOoRNxaRMZXlU5LtstPTf3PQaM70CY54N+RXS 6stKtGTLvSiRBJ9o/r3JzJf9hvZMZKjn2KWfV5ES0seSPEsUNwCO4vrkVAnEqPtCvcBI vOejwcz3TqeX9IUdanTj59JjShBOPI/V+wRME= MIME-Version: 1.0 Received: by 10.100.126.15 with SMTP id y15mr2904592anc.27.1238768469506; Fri, 03 Apr 2009 07:21:09 -0700 (PDT) Date: Fri, 3 Apr 2009 10:21:09 -0400 Message-ID: From: Tsu-Fan Cheng To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: keep ssh session alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 14:21:12 -0000 Hi, I use putty to connect to my home computer through ssh. i want putty session to stay alive much longer than it does now, how should I do it? I have added "KeepAlive yes" to my sshd config and rerun it, but it didn't work. thanks!! TFC