From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 07:35:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25C716A4B3 for ; Mon, 6 Oct 2003 07:35:20 -0700 (PDT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 325D043FE5 for ; Mon, 6 Oct 2003 07:35:18 -0700 (PDT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 7322098996 for ; Mon, 6 Oct 2003 10:35:17 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id h96EYcP13675 for freebsd-questions@freebsd.org; Mon, 6 Oct 2003 10:34:38 -0400 (EDT) Date: Mon, 6 Oct 2003 10:34:38 -0400 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20031006143438.GA8812@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: ssh problems after unrelated changes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:35:21 -0000 I'm running FreeBSD 4.8. I recently did some assorted work on my system, upgrading a disk drive and rebuilding (not updating) my kernel. Now, I can't seem to ssh from my normal user account. When I try, I get the error: monopoly~ $ ssh somedomain.com ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Host key verification failed. monopoly~ $ I'm not trying to use any kind of graphical connection method, I just want the usual login. I've tried unsetting $DISPLAY, and re-installing OpenSSH from Ports, both with no effect. In the process of playing around I accidentally deleted my .ssh/known_hosts file, but this also has had no effect. I never had an ssh_config file in the first place. Oddly, I _can_ ssh normally when sudo'd to root, but I can't see any obvious reason--I don't have an ssh_config file as root, etc. Thanks for any suggestions. Jesse Sheidlower