"Sftp-server와 internal-sftp 차이"의 두 판 사이의 차이

14번째 줄: 14번째 줄:
! internal-sftp
! internal-sftp
|
|
* sshd 내부에 포함된 모듈을 사용한다.<ref>https://github.com/openssh/libopenssh/blob/b345cb35c86f6fd6707a4436d8b55fba41ff193f/ssh/sshd/Makefile#L18</ref>을 사용한다.
* sshd 내부에 포함된 모듈을 사용한다.<ref>https://github.com/openssh/libopenssh/blob/b345cb35c86f6fd6707a4436d8b55fba41ff193f/ssh/sshd/Makefile#L18</ref>
* 2008년,OpenSSH 4.8부터 적용되었다.<ref>https://www.openssh.com/releasenotes.html</ref>
* 2008년,OpenSSH 4.8부터 적용되었다.<ref>https://www.openssh.com/releasenotes.html</ref>
* 별도의 특별한 설정 없이 sshd_config를 통해 chroot 환경을 구성할 수 있다. ★
* 별도의 특별한 설정 없이 sshd_config를 통해 chroot 환경을 구성할 수 있다. ★

2020년 4월 5일 (일) 18:35 판

1 개요

sftp-server과 internal-sftp
  • 둘다 OpenSSH 패키지에 들어 있다.
  • 근본 소스[1]는 같으므로 기본 기능은 거의 같다.
  • 차이점은...
sftp-server
  • 독립형 바이너리[2]
  • /usr/lib/openssh/sftp-server
internal-sftp
  • sshd 내부에 포함된 모듈을 사용한다.[3]
  • 2008년,OpenSSH 4.8부터 적용되었다.[4]
  • 별도의 특별한 설정 없이 sshd_config를 통해 chroot 환경을 구성할 수 있다. ★

2 같이 보기

3 참고

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