Re: Logging attempted passwords
mike_at_genxweb.net
Date: 10/21/04
- Previous message: by way of Jeff Anderson: "Controlling ssh from an external program"
- In reply to: David Vestal: "Logging attempted passwords"
- Next in thread: David Vestal: "Re: Logging attempted passwords"
- Reply: David Vestal: "Re: Logging attempted passwords"
- Reply: Derek Martin: "Re: Logging attempted passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 21 Oct 2004 15:26:36 -0400 To: David Vestal <dv_secfocus@sbcglobal.net>
David,
I may be missunderstanding you but I believe sshd already does. If you do a cat
on the /var/log/secure it has info of failed login attempts, the account they
tried and the time. You cna easily use some awk and grep with a cron job to
pull that info to a seperate log if you want.
Quoting David Vestal <dv_secfocus@sbcglobal.net>:
> Is it possible to have sshd log the passwords and times of failed logins? If
> so how to I need to change my config to do so?
>
> I am running OpenSSH 3.5p1 on a linux server.
>
> David
>
- Previous message: by way of Jeff Anderson: "Controlling ssh from an external program"
- In reply to: David Vestal: "Logging attempted passwords"
- Next in thread: David Vestal: "Re: Logging attempted passwords"
- Reply: David Vestal: "Re: Logging attempted passwords"
- Reply: Derek Martin: "Re: Logging attempted passwords"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|