11.Nas_1


SFTP only + Chroot 적용시 winscp 및 putty 접속 불가능 확인




컨텐츠 정보


본문

SFTP only + Chroot 적용시 winscp 및 putty 접속 불가능 확인으로  설정 확인

https://www.server-world.info/en/note?os=Debian_9&p=ssh&f=5


SFTP only + Chroot
2017/06/21
 
Configure SFTP only + Chroot.
Some users who are applied this settings can access only with SFTP and access to the permitted directories.
[1]For example, Set /home as the Chroot directory.
# create a group for SFTP

root@dlp:~# 
groupadd sftp_users

# apply to a user [debian] for SFTP only as an example

root@dlp:~# 
usermod -G sftp_users debian

root@dlp:~# 
vi /etc/ssh/sshd_config
# line 116: comment out and add a line like below

#
Subsystem sftp /usr/lib/openssh/sftp-server
Subsystem sftp internal-sftp
# add to the end

Match Group sftp_users
  X11Forwarding no
  AllowTcpForwarding no
  ChrootDirectory /home
  ForceCommand internal-sftp
root@dlp:~# 
systemctl restart ssh

[2]Try to access with a user and make sure the settings.
debian@www:~$ 
ssh debian@10.0.0.30

debian@10.0.0.30's password:
This service allows sftp connections only.
Connection to 10.0.0.30 closed.     
# denied normally
debian@www:~$ 
sftp debian@10.0.0.30

Connecting to 10.0.0.30...
debian@10.0.0.30's password:
sftp> 
ls -l

drwxr-xr-x    3 1001     1001         4096 Apr 23 03:11 debian
drwxr-xr-x    4 1000     1000         4096 Apr 24 12:24 strech
sftp> 
pwd

Remote working directory: /
sftp> 
exit

■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

뷰PDF add1,add2



관련자료

댓글 0
등록된 댓글이 없습니다.


전체 1,749 / 24 페이지
전체 1,749 / 24 페이지



♥간단_메모글♥


최근글


새댓글



PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
▶ 2024-05-18 13:30:30

오늘의 홈 현황


  • 현재 접속자♨ 83 명
  • 오늘 가입자※ 1 명
  • 어제 가입자※ 6 명
  • 주간 가입자※ 13 명
  • 오늘 방문자 1,522 명
  • 어제 방문자 1,667 명
  • 최대 방문자 13,042 명
  • 전체 방문자 4,329,534 명
  • 전체 게시물※ 8,574 개
  • 전체 댓글수※ 24,622 개
  • 전체 회원수 10,974 명

QR코드


☞ QR코드 스캔은 kakao앱 자체 QR코드

알림 0








최신글↑