From owner-freebsd-current Tue Mar 7 12:44:25 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 2CD8B37BE2C; Tue, 7 Mar 2000 12:44:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 295A42E815B; Tue, 7 Mar 2000 12:44:23 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 7 Mar 2000 12:44:23 -0800 (PST) From: Kris Kennaway To: Richard J Kuhns Cc: freebsd-current@freebsd.org Subject: Re: YA ssh question (ssh-askpass?) In-Reply-To: <14533.13881.134031.173029@localhost.grauel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 7 Mar 2000, Richard J Kuhns wrote: > I've installed a Tcl/Tk version of ssh-askpass in /usr/local/bin (which > works by itself; I've tried it). I've also set SSH_ASKPASS_ENV to > /usr/local/bin/ssh-askpass, but it hasn't made any difference. There's an X11 version in /usr/ports/security/openssh-askpass, but it should probably work with other "equivalent" versions. By default it looks for it in /usr/X11R6/bin/ssh-askpass (compile-time define), but can be overridden using the SSH_ASKPATH environment variable. This is documented in the ssh-add(1) manpage :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message