From owner-freebsd-stable Wed Oct 3 0:40:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.2]) by hub.freebsd.org (Postfix) with ESMTP id B357637B401 for ; Wed, 3 Oct 2001 00:40:10 -0700 (PDT) Received: from prg.traveller.cz (prg.traveller.cz [193.85.2.2]) by prg.traveller.cz (EUnet.1022902037-17/pukvis) with ESMTP id f937e8d10440 for ; Wed, 3 Oct 2001 09:40:09 +0200 (CEST) Date: Wed, 3 Oct 2001 09:40:08 +0200 (CEST) From: Michal Mertl To: stable@freebsd.org Subject: RE: SSH Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems to me that's because OpenSSH_2.9 has been MFC. It by default has ForwardAgent option off (at least on FreeBSD with default config). You can fix it with ~/.ssh/config or change /etc/ssh/ssh_config Host * ForwardAgent yes -- Michal Mertl mime@traveller.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message