Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why isn't DenyHosts recognizing successful ssh logins?

DenyHosts Frequently Asked Questions
Unfortunately, all log files are not created equally. Depending on the format of your log file, DenyHosts may not be able to process all of the entries. You can supply a suitable custom regular expression in your configuration file. error: PAM: authentication error for SOME_VALID_USERNAME from 192.168.1.1 Then adding this to your configuration file should resolve the issue.
Related Questions

What is DenyHosts?

DenyHosts Frequently Asked Questions
DenyHosts is a Python script that analyzes the sshd server log messages to determine what hosts are attempting to hack into your system. It also determines what user accounts are being targeted. It keeps track of the frequency of attempts from each host. Additionally, upon discovering a repeated attack host, the /etc/hosts.deny file is updated to prevent future break-in attempts from that host.
Related Questions

The system isn't recognizing my password. Why?

HBO Online: Corporate Info : FAQ - HBO.com Registration
<...
Our login process requires your browser to accept cookies. You must adjust your browser settings to accept cookies. Please read our Privacy Policy for further information on the use of cookies.
Related Questions

Your site isn't recognizing me when I return. What should I do?

Customer Support: FAQ
So that we can provide you with the best experience possible each time you visit, be sure to Sign In at the top of the page. Just enter your e-mail address and password and click "Go." If you continue to have problems, please e-mail or call our Internet Customer Service Center at 1-800-430-3376.
Related Questions

What was the motivation behind DenyHosts?

DenyHosts Frequently Asked Questions
I run a number of Linux servers and I noticed that one of them was hacked into. Upon browsing my sshd log I noticed that the system was targeted for some time and eventually, somebody hacked out a password. Had I been using DenyHosts, that never would've happened (if only I had the foresight to write this script before my system was compromised!). I then looked at the logs of my other servers, and noticed hundreds of break-in attempts.
Related Questions

How do I configure DenyHosts?

DenyHosts Frequently Asked Questions
DenyHosts uses a simple configuration file. An example, denyhosts.cfg-dist is supplied in the distribution. This file should be copied to denyhosts.cfg and edited to match your system configuration.
Related Questions

How should DenyHosts be run?

DenyHosts Frequently Asked Questions
Version 0.9.0 introduces daemon mode support. If you run DenyHosts with the --daemon flag, then DenyHosts will run constantly in the background. See the previous link for more details. In addition to the deamon mode, DenyHosts can also be run periodically from the command line. If you do not wish to use the daemon mode, then I recommend that DenyHosts be run from cron on a routine basis. DenyHosts is fairly lightweight and does not put an excessive drain on system resources.
Related Questions

I have an active membership from the old site, but the new site isn't recognizing it. What do I do?

Online-Exams.com: taking you to the next level - Faqs
You can continue to generate vouchers for your existing membership using the Old memberships page. When your old membership runs out, you can purchase a new membership on the new site, and you never need to generate a voucher again -- it's now done automatically. Have a question you don't see answered here? Contact us at support@Online-Exams.com. We'll get an answer back to you within 8 working hours. Our buisness hours are between 2:00 pm & 11:00 pm GMT (Greenwich Mean Time) - (8-5 CST).
Related Questions

How can I rotate the DenyHosts logfile (/var/log/denyhosts)?

DenyHosts Frequently Asked Questions
Assuming that you have logrotate installed on your system and is configured to use the /etc/logrotate.d directory for it's configuration files then you can simply create a file, /etc/logrotate.d/denyhosts, edit it and save it. If you have a nonstandard DenyHosts installation then you will need to account for this yourself.
Related Questions

How does DenyHosts work?

DenyHosts Frequently Asked Questions
When run for the first time, DenyHosts will create a work directory. The work directory will ultimately store the data collected and the files are in a human readable format, for each editing, if necessary. DenyHosts then processes the sshd server log (typically, this is /var/log/secure, /var/log/auth.log, etc) and determines which hosts have unsuccessfully attempted to gain access to the ssh server. Additionally, it notes the user and whether or not that user is root, otherwise valid (eg.
Related Questions

Will DenyHosts work with my sshd configuration?

DenyHosts Frequently Asked Questions
Most likely it will work with your configuration. However, please see the ssh configuration page for more details.
Related Questions

The DenyHosts logo is cool, who designed it?

DenyHosts Frequently Asked Questions
The DenyHosts logo was designed by Curtis Taylor. Many thanks to Curtis for the logo. Incidentally, Curtis also designed the ReleaseForge logo.
Related Questions

Is DenyHosts available for Gentoo?

DenyHosts Frequently Asked Questions
I'm not a Gentoo user so I can't provide a package for Gentoo. However, Mike Kelly has released a Gentoo package for DenyHosts.
Related Questions

Are there other tools similar to DenyHosts?

DenyHosts Frequently Asked Questions
Yes. There are plenty of other tools that have the same goal as DenyHosts but have different implementations. Here is a short list of those that I am aware of:
Related Questions

How do I configure cron for DenyHosts use?

DenyHosts Frequently Asked Questions
Presumably, you will need to run DenyHosts as root (in order for DenyHosts to update /etc/hosts.deny and read entries from /var/log), so you first must become root. Once you have either logged in as root (or used su - root, for instance) you can then run the following command: The above command will launch the crontab editor. To launch DenyHosts every 20 minutes you would then add the following line to the crontab: You will need to substitute your site-specific paths above.
Related Questions

Will DenyHosts work with metalog?

DenyHosts Frequently Asked Questions
Based on a patch contributed by Mike Kelly, DenyHosts 0.7 and greater will successfully parse syslog and metalog log formats. This feature is implemented in a seemless manner so there is no further configuration necessary in order to use DenyHosts with metalog.
Related Questions

Will DenyHosts work with FreeBSD?

DenyHosts Frequently Asked Questions
Yes. According to Frencesca Smith, DenyHosts 0.7 and greater will work under FreeBSD. DenyHosts automatically detects if you are running it under FreeBSD and if so, will append your deny entries with " : deny". You should also update your HOSTS_DENY configuration value to "/etc/hosts.allow" since FreeBSD does not recognize the default "/etc/hosts.deny" file that many other vendors use.
Related Questions

Will DenyHosts works with Solaris?

DenyHosts Frequently Asked Questions
Yes. DenyHosts has been reported to work with Solaris. However, since Solaris uses a pam_afs format for logging messages, you will need to add this line to your configuration file (typically, denyhosts.cfg ).
Related Questions

Can I use DenyHosts with djb multilog?

DenyHosts Frequently Asked Questions
In order for DenyHosts to easily parse this log format, simply edit your denyhosts.cfg file and add the following line:
Related Questions

I've configured DenyHosts, now what?

DenyHosts Frequently Asked Questions
If you have several log files (eg. in your /var/log directory you have ssh server logs with .1, .2, ... .n) due to log rotation then it is best to process the old files first. python denyhosts.py --file=/var/log/secure.log.1 --file=/var/log/secure.log.2 .... --file=/var/log/secure.n Note: You must run DenyHosts as root so that it can read /var/log/ files and update the /etc/hosts.deny file
Related Questions

Do I need to run DenyHosts as root?

DenyHosts Frequently Asked Questions
In all other cases, such as running DenyHosts from cron then technically speaking, no. However, in order to run DenyHosts as non-root you must ensure that you have read-permissions on the /var/log/ sshd server logs. Alternatively, you can copy them to a directory where you do have read-permissions. Also, in order for DenyHosts to block hosts, it needs write permissions for the /etc/hosts.deny file. DenyHosts will gladly run without being able to update this file.
Related Questions

How can I prevent more than one instance of DenyHosts from running?

DenyHosts Frequently Asked Questions
DenyHosts v0.8.0 (and greater) uses the configuration parameter LOCK_FILE which should point to some unique path. When DenyHosts is run initially it will attempt to create this file and record it's process id (pid). If it already exists, DenyHosts will exit indicating that DenyHosts is still running and the pid of the previous process. Upon exit, DenyHosts will delete the LOCK_FILE so that it will not interfere with other instances (such as another instance run from cron).
Related Questions

What are all of the files in my DenyHosts WORK_DIR?

DenyHosts Frequently Asked Questions
The WORK_DIR contains files that DenyHosts uses for keeping track of the hackers. In addition to these files that DenyHosts creates and updates there are also some files that are intended as user editable files (those that which the DenyHosts user creates and edits as appropriate). allowed-hosts - contains a list of ip addresses that are exempt from being denied by DenyHosts. For further details refer to the allowed hosts FAQ entry.
Related Questions

What if my child isn't successful?

Parent's FAQ
All children are successful. The program is designed to teach public speaking and argumentation skills. Public speaking itself is an act of courage, and students are successful if they acquire skills, not if they get awards. Even the most brilliant children have off weekends. Your child may come home from a tournament and be sad because she did not do as well as she had hoped, or because she did not win a trophy. It is normal for your child to be sad when this happens.
Related Questions

Who maintains SSH?

The Secure Shell (SSH) FAQ - Frequently Asked Questions
SSH Communications Security, is the developer of secure shell (SSH) protocol and maintains the releases of SSH1 and SSH2. However, since SSH Communications Security releases the non-commercial product, there is no formalized support for it. Since SSH has licensed the Secure Shell technology to Data Fellows, they control the commercial SSH distribution and provide support for SSH.
Related Questions

How do I install SSH?

The Secure Shell (SSH) FAQ - Frequently Asked Questions
To install SSH, download the tar files and place in a temporary directory. Then do the following: # gzip -dc ssh-2.0.13.tar.gz | tar -xvf - # cd ssh-2.0.13 # ./configure # make # make install If you run into any problems, check out the troubleshooting section before sending it to the SSH mailing list. Note: You may have to use specific options with configure to get SSH to work the way you want (with certain ciphers, using TCP Wrappers, socks support, etc.).
Related Questions

What is SSH?

Web HSP - Frequently Answered Questions
SSH is similar to telnet, but it's more secure. It uses high level encryption and compression to make sure nobody can takeover or eavesdrop on your telnet session. Most hosts no longer allow Telnet for security reasons.
Related Questions

I am a VIP member but the CHFI Loyalty Club isn't recognizing my e-mail address. Why?

CHFI - Toronto's Lite Favourites - FAQ (Frequently Asked Que...
The CHFI Loyalty Club works with a different program than the VIP Club. You will need to re-register for this Club. Click Join Now on the home page.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact