From owner-freebsd-questions Tue Feb 22 21:13:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 7F85637B8C3 for ; Tue, 22 Feb 2000 21:13:23 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA10268 for freebsd-questions@freebsd.org; Wed, 23 Feb 2000 00:18:34 -0500 (EST) (envelope-from cjc) Date: Wed, 23 Feb 2000 00:18:34 -0500 From: "Crist J. Clark" To: freebsd-questions@freebsd.org Subject: SSH Error Messages Message-ID: <20000223001834.E9788@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am getting some error or warning messages from SSH. I think the cause has to do with the fact it is a SSH-1.2.27 client talking to a OpenSSH-1.2 sshd server. I believe the messages must be coming from the client, Cannot find authentication socket /tmp/ssh-postman/ssh-7397-agent They only seem to occur during an automated dump from the client to the server, e.g., dump -0ua /usr | ssh server dd of=usr_20000223.dmp I have not been able to generate them during interactive sessions. I was wondering if the lack of a tty associated with the session might have something to do with the message. Right now, I have not actually found any problems with the file transfer. Could these errors be a sign of some trouble I have not yet seen? Even if they are just an annoyance, it's be nice to get them out of the atrun output. It clutters the logs. Anyone know how to get rid of them (without doing something like '2> /dev/null' which might toss out important error messages should they ever arise)? Thanks. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message