반응형
DenyHosts
다운로드:
http://denyhosts.sourceforge.net/faq.html#allowed
1.압축해제
tar xvfz DenyHosts-2.6.tar.gz
cd DenyHosts-2.6
설치:
python setup.py install
cd /usr/share/denyhosts
설정파일 생성
cp denyhosts.cfg-dist denyhosts.cfg
cp daemon-control-dist daemon-control
vi /usr/share/denyhosts/daemon-control
설정파일이 아래와 같은지 확인한다.
DENYHOSTS_BIN = "/usr/bin/denyhosts.py"
DENYHOSTS_LOCK = "/var/run/denyhosts.pid"
DENYHOSTS_CFG = "/usr/share/denyhosts/denyhosts.cfg"
chown root daemon-control
chmod 700 daemon-control
cd /etc/init.d
ln -s /usr/share/denyhosts/daemon-control denyhosts
update-rc.d denyhosts defaults
/etc/init.d/denyhosts start
반응형
'컴퓨터와 인터넷' 카테고리의 다른 글
USB 파일복사 이동 5초 남음 현상 (1) | 2014.07.07 |
---|---|
무선공유기를 허브에 추가. 2nd 공유기 중계용으로 쾌적한 와이파이 환경 (2) | 2014.07.04 |
지상파TV 실시간보기 (0) | 2014.04.19 |
우분투 boot 파티션 full 꽉참 해결 (0) | 2014.04.03 |
ssh root 로그인 제한하기 (0) | 2014.04.03 |