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

잔글 (Jmnote님이 Sftp-server과 internal-sftp 차이 문서를 Sftp-server와 internal-sftp 차이 문서로 이동했습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
{{소문자}}
;sftp-server과 internal-sftp 차이
;sftp-server와 internal-sftp 차이
* 둘다 [[OpenSSH]] 패키지에 들어 있다.
* 둘다 [[OpenSSH]] 패키지에 들어 있다.
* 근본 소스<ref>https://github.com/openssh/openssh-portable/blob/master/sftp-server.c</ref>는 같으므로 기본 기능은 거의 같다.
* 근본 소스<ref>https://github.com/openssh/openssh-portable/blob/master/sftp-server.c</ref>는 같으므로 기본 기능은 거의 같다.
13번째 줄: 13번째 줄:
* 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>
* 파일 위치
* 파일 위치
:/usr/lib/ssh/sftp-server<ref>알파인 리눅스 3.11</ref>
:/usr/libexec/sftp-server<ref>https://github.com/openssh/openssh-portable/blob/90e51d672711c19a36573be1785caf35019ae7a8/sshd_config#L109</ref>
:/usr/libexec/sftp-server<ref>https://github.com/openssh/openssh-portable/blob/90e51d672711c19a36573be1785caf35019ae7a8/sshd_config#L109</ref>
:/usr/lib/openssh/sftp-server<ref>데비안 9, 10</ref>
:/usr/lib/openssh/sftp-server<ref>데비안 9, 10</ref>

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

1 개요

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

2 같이 보기

3 참고

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