Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 09:40:08 +0200 (CEST)
From:      Michal Mertl <mime@traveller.cz>
To:        stable@freebsd.org
Subject:   RE: SSH Problem
Message-ID:  <Pine.BSO.4.21.0110030936560.24963-100000@prg.traveller.cz>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.21.0110030936560.24963-100000>