- Today
- Total
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- secrets-manager-config
- 몽고디비 클론
- deeplearning4j
- Jakarta Persistence
- opennlp
- 이미지오류
- 주차가능
- Cannot have overlapping
- adverising
- 숲느낌
- AWS
- mongo to mysql
- 401error
- 수원
- 구 트위터
- source endpoint
- amozon
- secrets manager
- Index 1 out of bounds for length 1
- java
- presigned
- Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- mongodb atlas
- unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
- python
- 데이트코스
- 수원맛집
- Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type.
- 인계동
- secrets manager example code
Archives
DevOps-Life
SSH등 접근제어 hosts.allow, hosts.deny 본문
반응형
SMALL
회사마다 각각의 방화벽 정책, 허용 IP 차단 방법을 이용한다.
그 중 오늘 소개할 내용은 ssh 접근 제어 이다.
그밖에 httpd, sendmail, mysql 등 여러 옵션들이 있다.
보통적으로 vi/etc/hosts.deny 에는
# vi /etc/hosts.deny
ALL:ALL
모든 허용을 차단한 뒤,
/etc/hosts.allow에
httpd:ALL
sshd:(허용할 IP)
'''''
등 접속제어에 필요한 데몬을 이용하여 가능하다.
필자는 AWS를 이용을 많이하여 SG(보안그룹)을 쓰지만 물리적인 서버에서는 이 방법을 자주 쓰는 것 같다.
반응형
LIST
'IT > System' 카테고리의 다른 글
[AWS DMS] MongoDB Atlas To AWS RDS(Mysql) endpoint 생성 (0) | 2023.11.07 |
---|---|
[AWS] Configuration is ambiguously defined. Cannot have overlapping suffixes in two rules if the prefixes are overlapping for the same event type. (1) | 2023.09.14 |
SSH 공개키와 개인키 (0) | 2018.12.31 |
rSyslog 적용방법과 history를 이용한 커멘드 로그출력 (0) | 2018.12.18 |
Docker network IP 변경 (기존 네트워크 변경) (2) | 2018.11.19 |
Comments