일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 기초확률론
- docker attach
- docker exec
- 백신후원
- vscode
- 코크리
- 히비스서커스
- 사회조사분석사2급
- cocre
- 오블완
- AIFFEL
- WSSS
- IVI
- logistic regression
- 도커
- Decision Boundary
- CellPin
- Pull Request
- Jupyter notebook
- cs231n
- HookNet
- airflow
- aiffel exploration
- ssh
- 프로그래머스
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- docker
- 티스토리챌린지
- numpy
- GIT
Archives
- Today
- Total
목록[422908]: ERROR Failed during configuration: Have not found any log file for sshd jail (1)
히비스서커스의 블로그
[Linux] [422908]: ERROR Failed during configuration: Have not found any log file for sshd jail
상황 Ubuntu 환경에서 보안 강화를 위해 fail2ban을 설치 후 여러 설정 후 status를 확인하였더니 다음과 같은 에러가 발생하였다. 코드 # 설치 $ sudo apt update && sudo apt install fail2ban -y # 버전확인 $ fail2ban-client -V # 설정반영 $ sudo systemctl daemon-reload # 시작 $ sudo systemctl start fail2ban.service # 활성화 $ sudo systemctl enable fail2ban.service # 상태조회 $ sudo systemctl status fail2ban.service 에러 [422908]: ERROR Failed during configuration: Have ..
Programming/Linux
2022. 3. 10. 17:43