[펌글] 우분투에 SSH 서버 설치하기

By | 8월 30, 2011

- 출처 : http://blog.naver.com/tei2434/130115024773 -

* 설치되어 있는 패키지 확인

   dpkg -l | grep ssh

   (보통 openssh-client 만 기본으로 설치되어 있을 것이다.)

* 설치
   
   apt-get install openssh-server

* 만약 아래와 같은 메세지가 나오고 설치되지 않으면 apt-get update 를 하면 해결됨.
  
    Package openssh-server has no installation candidate

* 서비스 확인 (어떻게 확인하라는 건지?)

   netstat -ntl

* ssh 포트 변경
   
   vi /etc/ssh/sshd-config
   위 파일을 열어 #port 22 부분을 주석 제거 후 원하는 포트로 변경.

* ssh 재시작

   /etc/init.d/ssh restart

  

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments