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

9번째 줄: 9번째 줄:
! sftp-server
! sftp-server
|
|
* 독립형 바이너리<ref>https://github.com/openssh/libopenssh/blob/b345cb35c86f6fd6707a4436d8b55fba41ff193f/ssh/sftp-server/Makefile</ref>
* 독립형 바이너리(실행파일)<ref>https://github.com/openssh/libopenssh/blob/b345cb35c86f6fd6707a4436d8b55fba41ff193f/ssh/sftp-server/Makefile</ref>
* 리눅스 기본 설정은 보통 이것으로 되어 있다.
* 리눅스 기본 설정은 보통 이것으로 되어 있다.
* 2000년, OpenSSH 2.3.0부터 적용되었다.<ref name='releasenotes'>https://www.openssh.com/releasenotes.html</ref>
* 2000년, OpenSSH 2.3.0부터 적용되었다.<ref name='releasenotes'>https://www.openssh.com/releasenotes.html</ref>

2020년 4월 5일 (일) 19:08 판

1 개요

sftp-server과 internal-sftp 차이
  • 둘다 OpenSSH 패키지에 들어 있다.
  • 근본 소스[1]는 같으므로 기본 기능은 거의 같다.
  • 차이점은...
sftp-server
  • 독립형 바이너리(실행파일)[2]
  • 리눅스 기본 설정은 보통 이것으로 되어 있다.
  • 2000년, OpenSSH 2.3.0부터 적용되었다.[3]
  • 실행파일 위치
/usr/libexec/sftp-server[4]
/usr/lib/openssh/sftp-server[5]
/usr/libexec/openssh/sftp-server
internal-sftp
  • sshd 내부에 포함된 모듈을 사용하므로 별도의 실행파일이 없다.[6]
  • 2008년,OpenSSH 4.8부터 적용되었다.[3]
  • sshd_config 설정을 통해 비교적 간단하게 chroot 환경을 구성할 수 있다. ★

2 같이 보기

3 참고

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