25 09 2014
Linux sftp 설정
설치
]#cat /etc/ssh/sshd_config | grep sftp
Subsystem sftp /usr/libexec/openssh/sftp-server
sshd의 서브시스템에 sftp가 설정되어 있음
# rpm -qf /usr/libexec/openssh/sftp-server
openssh-server-5.3p1-81.el6.x86_64
sftp 서버 모듈은 openssh-server에 최소 패키지 목로에 포함된다.
그러므로 이미 설치되어 있다.
환경설정
vi /etc/ssh/sshd_config
#Port 22 –> Port 1234 ( 별도의 포트를 열어주고 iptables에 추가한다.)
]#chkconfig –list|grep sshd
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
service sshd restart
service sh
Linux(CentOS)에 java install Linux (centos)에 Apache HTTPD 2.2.29 install