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 |
Tags
- ora-01722
- 오라클 캐릭터셋 변경
- 윈도우 Oracle
- 무료 오라클 데이터베이스
- Orace 18c
- oracle
- Oracle 테이블 띄어쓰기
- Oracle 사용자명 입력
- Oracle 윈도우 설치
- Oracle 테이블 대소문자
- 오라클 캐릭터셋 확인
- Oracle Express Edition
- 서평단
- Oracle 18c 설치
- 무료 오라클 설치
- 오라클 캐릭터셋 조회
- 비전공자를 위한 데이터베이스 입문
- oracle 18c
- Oracle 초기 사용자
- ORA-12899
- Oracle 18c HR
- ORA-00922
- Oracle 18c HR schema
- Oracle 사용자명
Archives
- Today
- Total
Nirsa's Learning Lab
[CentOS 7] 리눅스 SFTP "bad ownership or modes for chroot directory component" 에러 해결 방법 (filezilla ERROR: Remote side unexpectedly closed network connection) 본문
Operating System/CentOS
[CentOS 7] 리눅스 SFTP "bad ownership or modes for chroot directory component" 에러 해결 방법 (filezilla ERROR: Remote side unexpectedly closed network connection)
Nirsa 2021. 4. 28. 16:15반응형
-
리눅스 SFTP "bad ownership or modes for chroot directory component" 에러 해결 방법
SFTP를 구성하는 도중 /var/log/secure 로그에서 "bad ownership or modes for chroot directory component" 에러와 파일질라 에서 "ERROR: Remote side unexpectedly closed network connection" 에러가 동시에 발생 하였습니다.
보통 방화벽 등의 문제가 없을 때 원인은 아래와 같으며 해당 부분을 수정하면 정상적인 사용이 가능 합니다. chown와 chmod 명령어를 통해 파일 권한을 수정 하시면 됩니다.
- chroot로 지정된 디렉토리의 소유자가 root가 아닐 경우
- 소유자(root) 외 그룹, 기타 사용자들에게 쓰기 권한이 있을 경우
자세한 사항은 man sshd_config를 참고 해주세요.
반응형