"Vsftpd root 접속 가능하게 하기"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
 
(다른 사용자 한 명의 중간 판 11개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{소문자}}
{{소문자}}
;vsftpd root 접속 가능하게 하기


*vsftpd root 접속 가능하게 하기
==개요==
* /etc/vsftpd/user_list와 /etc/vsftpd/ftpusers에서 root를 주석처리하여 접속제한을 풀어준다.
* 두 파일만 수정해주면 바로 적용된다. (vsftpd를 재시작할 필요가 없다)


==개요==
==편집==
/etc/vsftpd/user_list와 /etc/vsftpd/user_list에서 root를 주석처리하여 접속제한을 풀어준다.
<source lang='bash'>
vi /etc/vsftpd/user_list
vi /etc/vsftpd/ftpusers
</source>


==user_list==
===user_list===
<source lang='bash'>
<source lang='bash'>
# vsftpd userlist
# vsftpd userlist
30번째 줄: 36번째 줄:
</source>
</source>


==ftpusers==
===ftpusers===
<source lang='bash'>
<source lang='bash'>
# Users that are not allowed to login via ftp
# Users that are not allowed to login via ftp
49번째 줄: 55번째 줄:
</source>
</source>


==참고자료==
==같이 보기==
*[[vsftpd 홈 디렉토리 벗어날 수 있게 하기]]
*[[vsftpd 설치하기]]
 
==참고==
*http://lift2k.tistory.com/6
*http://lift2k.tistory.com/6


[[분류:vsftpd]]
[[분류:리눅스]]
[[분류:리눅스]]
[[분류:FTP]]
[[분류:FTP]]

2017년 6월 27일 (화) 01:24 기준 최신판

vsftpd root 접속 가능하게 하기

1 개요[ | ]

  • /etc/vsftpd/user_list와 /etc/vsftpd/ftpusers에서 root를 주석처리하여 접속제한을 풀어준다.
  • 두 파일만 수정해주면 바로 적용된다. (vsftpd를 재시작할 필요가 없다)

2 편집[ | ]

vi /etc/vsftpd/user_list
vi /etc/vsftpd/ftpusers

2.1 user_list[ | ]

# vsftpd userlist
# If userlist_deny=NO, only allow users in this file
# If userlist_deny=YES (default), never allow users in this file, and
# do not even prompt for a password.
# Note that the default vsftpd pam config also checks /etc/vsftpd/ftpusers
# for users that are denied.
# root <---
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody

2.2 ftpusers[ | ]

# Users that are not allowed to login via ftp
# root <---
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody

3 같이 보기[ | ]

4 참고[ | ]

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