로그인

검색

Server
2012.08.18 03:24

[우분투] SSH Server 설치하기

조회 수 15481 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄


설치된 패키지 목록을 확인하려면
$ dpkg -l



너무 많은 목록이 나오기 때문에 ssh 관련 목록만 확인해 보자.
$ dpkg -l |grep ssh

ii  openssh-client    1:5.8p1-7ubuntu1         secure shell (SSH) client, for secure access to remote machines

ii  ssh-import-id     2.5-0ubuntu2             securely retrieve an SSH public key and install it locally



설치되어 있지 않기 때문에.. 설치하러 고고~
$ sudo apt-get install openssh-server

패키지가 다운로드 되어 자동으로 설치되고 데몬이 동작한다.
>>> 설치 과정에 오류가 있다면 여길 참고 <<<


데몬이 잘 동작하는지 확인하자...ssh 기본 포트는 22이다.
$ netstat -ntl

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp6       0      0 :::22                   :::*                    LISTEN     



-----------------------------------------------------------------------------------------------------------

## ssh 서버 재시작
$ sudo /etc/init.d/ssh restart


## ssh포트변경
아래 파일을 열어서 포트를 변경하면 된다. 

$ sudo vi /etc/ssh/sshd_config 

# Package generated configuration file

# See the sshd_config(5) manpage for details


# What ports, IPs and protocols we listen for

Port 22

# Use these options to restrict which interfaces/protocols sshd will bind to

#ListenAddress ::

#ListenAddress 0.0.0.0



리눅스

유용한 정보 및 자료

  1. [우분투] screen 명령어

    Date2013.02.04 CategoryServer By보석 Views33145
    Read More
  2. 우분투 innoDB 활성화하기

    Date2012.11.16 CategoryServer By보석 Views9004
    Read More
  3. 우분투 업데이트 서버 변경

    Date2012.11.11 CategoryServer By보석 Views12229
    Read More
  4. 우분투 트림활성화 및 수동 트림하기

    Date2012.11.04 CategoryServer By보석 Views20311
    Read More
  5. 우분투 레이드0 설치 install Ubuntu RAID0

    Date2012.10.23 CategoryServer By보석 Views12286
    Read More
  6. ssl 항상 적용하기 + http->https로 rewrite

    Date2012.08.18 CategoryServer By보석 Views20458
    Read More
  7. [우분투] SSH Server 설치하기

    Date2012.08.18 CategoryServer By보석 Views15481
    Read More
  8. Startssl.com 무료 ssl 인증서 받기

    Date2012.08.17 CategoryServer By보석 Views13228
    Read More
  9. Startssl.com 무료 ssl 인증서 서버 설정

    Date2012.08.17 CategoryServer By보석 Views31627
    Read More
  10. 우분투 사용자 패스워드 비번 변경

    Date2012.07.26 CategoryServer By보석 Views21304
    Read More
  11. 링크하드 nginx rewrite 해결방법

    Date2012.05.30 CategoryServer By보석 Views25668
    Read More
  12. vi 에디터 - 검색, 치환, 정규식, 명령어

    Date2012.05.20 CategoryServer By보석 Views18865
    Read More
  13. 우분투 PHP 설치

    Date2012.05.20 CategoryServer By보석 Views11917
    Read More
  14. 우분투 서버(커맨드 모드)에서 외부 아이피 알아내기

    Date2012.04.05 CategoryServer By보석 Views14649
    Read More
  15. nginx 첨부파일 용량 설정

    Date2012.04.02 CategoryServer By보석 Views19150
    Read More
  16. 우분투 원격데스크톱 설정

    Date2012.03.30 CategoryServer By보석 Views12589
    Read More
  17. 우분투 메일서버

    Date2012.03.30 CategoryServer By보석 Views10584
    Read More
  18. 우분투 DB백업 복원

    Date2012.01.01 CategoryServer By보석 Views11096
    Read More
  19. 우분투에 메일서버를 설치하자.

    Date2011.12.10 CategoryServer By보석 Views11052
    Read More
  20. 설치된 패키지 깨끗이 삭제하지

    Date2011.11.03 CategoryServer By보석 Views24709
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4