Difference between revisions of "OpenSSH"
From Fail2ban
Jump to navigationJump to searchLostcontrol (talk | contribs) |
Daniel.subs (talk | contribs) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
{{Source|From Wikipedia, the free encyclopedia}} | {{Source|From Wikipedia, the free encyclopedia}} | ||
− | |||
+ | OpenSSH has been supported by fail2ban for a long time. Nothing special to write here. | ||
− | + | == Log IP Addresses == | |
− | + | In your OpenSSH config (frequently /etc/ssh/sshd_config), include the line | |
− | + | <pre>UseDNS no</pre> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
[[Category:SSH]] | [[Category:SSH]] | ||
+ | [[Category:Programs]] |
Latest revision as of 03:26, 15 March 2014
OpenSSH (Open Secure Shell) is a set of free software computer programs providing encrypted communication sessions over a computer network using the SSH protocol. It was created as an open alternative to the proprietary Secure Shell software. The project is led by Theo de Raadt from Calgary, Alberta in Canada.
From Wikipedia, the free encyclopedia
OpenSSH has been supported by fail2ban for a long time. Nothing special to write here.
Log IP Addresses
In your OpenSSH config (frequently /etc/ssh/sshd_config), include the line
UseDNS no