본문 바로가기
Linux Unix

[ Ubuntu ] ssh, ftp 설치

by 정윤재 2012. 6. 1.

1. ssh 설치

 

 shell>sudo apt-get install ssh

 

 shell>vi /etc/ssh/sshd_config

 

port 22 로 설정 되어 있는지 확인 하고 원하는 port 로 바꿈

 

shell>sudo /etc/init.d/ssh restart

 

 

2. ftp 설치

 

shell>sudo apt-get install vsftpd

 

shell>sudo vi /etc/vsftpd.conf

 

local_enable=YES //주석 제거
write_enable=YES //주석 제거

 

 

shell>sudo /etc/init.d/vsftpd restart


댓글