"/etc/hosts.deny, hosts.allow"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
33번째 줄: 33번째 줄:
*[[ssh_exchange_identification: Connection closed by remote host]]
*[[ssh_exchange_identification: Connection closed by remote host]]


==참고 자료==
==참고==
* http://its.virginia.edu/unixsys/sec/hosts.html
* http://its.virginia.edu/unixsys/sec/hosts.html



2017년 6월 26일 (월) 14:38 판

1 개요

/etc/hosts.deny
hosts.deny
/etc/hosts.allow
hosts.allow
  • 호스트 접속 차단 및 허용 설정
  • 기본값은 모두 비어 있음. 즉 모두 허용
hosts.deny 호스트 접속 차단 설정
hosts.allow 호스트 접속 허용 설정

2 설정 예시

  • hosts.deny
ALL: ALL
  • hosts.allow
ALL: 135.79.246.80
→ 모두 차단하되, 135.79.246.80만 허용

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}