vsFTPD 설치(FTPs, CentOS 7) > 에필로그

본문 바로가기

vsFTPD 설치(FTPs, CentOS 7)

페이지 정보

작성자 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 3,430회 작성일 18-07-18 16:10

본문

자기 인증서 작성

cd /etc/pki/tls/certs

openssl genrsa -des3 -out server.key 2048

openssl rsa -in server.key -out server.key

chmod 400 server.key

openssl req -new -x509 -days 3650 -key server.key -out ftp.crt

cat server.key ftp.crt > ftp.pem

chmod 400 ftp.*

yum -y install vsftpd 

vi /etc/vsftpd/vsftpd.conf #수정, 주석해제, 추가

anonymous_enable=NO

xferlog_file=/var/log/vsftpd.log

ascii_upload_enable=YES

ascii_download_enable=YES

chroot_local_user=YES

allow_writeable_chroot=YES

ls_recurse_enable=YES

listen=YES

listen_ipv6=NO

userlist_deny=NO

pasv_enable=YES
pasv_addr_resolve=YES
pasv_address=공인아이피
pasv_min_port=5001
pasv_max_port=5050
use_localtime=YES
ssl_enable=YES
rsa_cert_file=/etc/pki/tls/certs/ftp.pem
force_local_logins_ssl=YES
force_local_data_ssl=YES

echo "vsftpd: ALL" >> /etc/hosts.allow

echo 사용자계정이름 >> /etc/vsftpd/user_list

 

systemctl start vsftpd.service

systemctl enable vsftpd.service

systemctl is-enabled vsftpd.service

 

firewall-cmd --add-service=ftp --permanent

firewall-cmd --add-port=5001-5050/tcp --permanent

firewall-cmd --reload

댓글목록

등록된 댓글이 없습니다.

에필로그 340건/22페이지
에필로그 목록
번호 제목 글쓴이 조회 날짜
25 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3561 09-05
24 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3319 09-05
23 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3263 09-05
22 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3113 09-05
21 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3208 09-04
20 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3678 09-04
열람중 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3431 07-18
18 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3057 07-16
17 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3464 06-29
16 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2997 06-26
15 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3267 06-24
14 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2970 06-24
13 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4813 06-23
12 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2998 06-22
11 no_profile 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2732 06-22
게시물 검색
[문의] 전화 : 0707-443-0499 메일 : t8@t8.co.kr [분야] Linux, Unix, Windows DNS, 웹, WAS, 역방향프록시, 앱 SQL, 메일, 스트리밍, CDN SMB/CIFS, FTPs, NFS, AFP IKEv2, OpenVPN, WireGuard 대범위 DHCP, WiFi 종속포털, AAA DDoS 우회/분산, 랜섬웨어 대비 장애/재난/해킹시스템 복구 서비스/P2V 마이그레이션 XSS/웹쉘/인젝션/백도어 제거 서버 업그레이드/교체/이전 주문/맞춤/복합/간이서버 제작 특별/희귀/생소한 시스템 상담/구현 문제해결 외

Copyright © T8. All rights reserved.