- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: /etc/syslog.conf
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:50 PM
06-15-2006 04:50 PM
I want to log all the bad login attempts in my Linux 7.2 server.
I created the /var/adm/btmp log file
#touch /var/adm/btmp
--->Is there any entry I need to put in /etc/syslog.conf file for enabling the badlogin attempts.
--->Else I need to start any service for the same..?
--->I want to log the ssh bad login attempts also Is there any other configuration for the same..?
Expecting the Reply from All....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 05:40 PM
06-15-2006 05:40 PM
Solutionyou can find login attemps in /var/log/auth.log
/var/log/lastlog
/var/log/messages
in /var/log you can find all logs related to your system, just keep them reading. Also you can read syslog.conf(5) manpage.
In fact in /var/log/auth.conf you can find all login attempts to your system. ( ITRC members correct me if I am wrong )
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 06:06 PM
06-15-2006 06:06 PM
Re: /etc/syslog.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:07 PM
06-15-2006 07:07 PM
Re: /etc/syslog.conf
Here is mine ( part ) /vat/log files
drwxr-xr-x 2 root root 4096 2006-02-28 17:31 apache
drwxr-xr-x 2 root root 4096 2006-02-28 17:23 apache2
-rw-r--r-- 1 root root 25173 2005-11-15 10:07 aptitude
drwxr-xr-x 4 asterisk asterisk 4096 2006-03-23 15:15 asterisk
-rw-r----- 1 root adm 1068581 2006-06-16 11:00 auth.log
You have to have auth.log file there or I think you should check your distro documentation, because this file may be located on different locations depending on which distro you use
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 07:13 PM
06-20-2006 07:13 PM