Thread: ssh root
View Single Post
Old 8th April 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Quote:
Originally Posted by BSDfan666 View Post
Note; please don't use web translators to turn French into English..
I was thinking that Nk2Network could use a web translator to read our answers. And, as the man pages are English-only, N2K could use a web translator to convert the web-based Man pages to French. Such as the sshd_config man page. It discussed "#" in the first paragraph.

Quote:
Originally Posted by Nk2Network View Post
I can add directly to my pf.conf the following rule

Code:
table  persist
block in quick from
pass in quick on $external inet proto tcp from any to any port ssh flags S/SA keep state ( max-src-conn-rate 4/60 ,overload flush global)
Yes, but make sure you mention the table! See the difference:
Code:
table <bad-people> persist
block in quick from <bad-people>
pass in quick on $external inet proto tcp from any to any port ssh flags S/SA keep state ( max-src-conn-rate 4/60 ,overload flush global)
Reply With Quote