2008년 12월 23일 화요일

ssh

데비안 (lenny)에서 ssh

  • 설치
    # apt-get install ssh

  • 설정
    # nano /etc/ssh/sshd_config

    port 22
    필요하면 다른 포트로 바꿉니다.

    PermitRootLogin yes
    보안 때문에 no로 바꿉니다. root 로그인이 필요하면 /etc/hosts.allow에 다음과 같이
    sshd: 192. : allow
    sshd: ALL : deny

    #GSSAPIAuthentication no
    접속이 느리면 #를 지워서 GSSAPIAuthentication no로 합니다.

  • ssh 재시작
    # /etc/init.d/ssh restart
  • 확인은
    $ netstat -ntl

댓글 없음: