사용자가 아닌 를 사용하여 schroot 환경에 SSH로 연결하려면 어떻게 해야 합니까?ssh [email protected]
schroot -c test
sshuser
감옥에 갇힌 chroot를 만든 다음 사용자를 감옥에 보내기 위해 SSH를 설정하는 방법에 대한 일련의 웹 게시물을 읽었습니다. 아래 링크를 따라 schroot 환경을 설정하려고 합니다.https://wiki.debian.org/Schroot
답변1
사용슈루트그리고SSHD, 변경해야 합니다.sshd_config
Match User sshuser
# %u is replaced by the username, %h is the full home path
#ChrootDirectory /srv/chroot/test/%u
#ChrootDirectory %h
ForceCommand schroot -c test -u sshuser