From owner-freebsd-questions@FreeBSD.ORG Wed Mar 9 12:38:12 2005 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 0276F16A4CE for ; Wed, 9 Mar 2005 12:38:12 +0000 (GMT) Received: from mail.rot-1.de (rot-1.de [213.146.120.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E921D43D53 for ; Wed, 9 Mar 2005 12:38:10 +0000 (GMT) (envelope-from stevan@mail.rot-1.de) Received: from mail.rot-1.de (localhost.rot-1.de [127.0.0.1]) by mail.rot-1.de (8.12.10/8.12.10) with ESMTP id j29CaqVF000691 for ; Wed, 9 Mar 2005 13:36:52 +0100 (CET) (envelope-from stevan@mail.rot-1.de) Received: from localhost (localhost [[UNIX: localhost]]) by mail.rot-1.de (8.12.10/8.12.10/Submit) id j29Caps1000690 for freebsd-questions@freebsd.org; Wed, 9 Mar 2005 13:36:51 +0100 (CET) (envelope-from stevan) From: Stevan Tiefert Organization: mail.rot-1.de To: freebsd-questions@freebsd.org Date: Wed, 9 Mar 2005 13:36:50 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503091336.50883.stevan@mail.rot-1.de> Subject: strange things in my /var/log/auth.log 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: Wed, 09 Mar 2005 12:38:12 -0000 Hello list, when I do that: cat /var/log/auth.log | grep listening I got this: Mar 3 14:23:21 mail sshd[380]: Server listening on :: port 22. Mar 3 14:23:21 mail sshd[380]: Server listening on 0.0.0.0 port 22. Mar 3 17:01:51 mail sshd[2364]: Server listening on :: port 22. Mar 3 17:01:51 mail sshd[2364]: Server listening on 0.0.0.0 port 22. Mar 3 17:11:15 mail sshd[406]: Server listening on :: port 22. Mar 3 17:11:15 mail sshd[406]: Server listening on 0.0.0.0 port 22. Mar 9 12:51:47 mail sshd[408]: Server listening on :: port 22. Mar 9 12:51:47 mail sshd[408]: Server listening on 0.0.0.0 port 22. Mar 9 13:19:28 mail sshd[407]: Server listening on :: port 22. Mar 9 13:19:28 mail sshd[407]: Server listening on 0.0.0.0 port 22. These messages are only two times appeared in the last nonstop-run of my mashine over one week... Is this normal, I don't think so? I have to say that somebody tried in the last week several times to login per ssh, but didn't had success because I have a good password I think... With regards Stevan Tiefert