1 Articles, Search for 'ssh'

  1. 2009/10/11 Debian Linux 에 ssh 서버 설치하기
일 이야기2009/10/11 14:37
 

# aptitude install ssh
# cp /etc/ssh/sshd_config /etc/ssh/sshd_config.default

# vim /etc/ssh/sshd_config

PermitRootLogin yes
->
PermitRootLogin no

# vi /etc/hosts.allow

sshd:192.168.
sshd:127.0.0.1

# /etc/init.d/ssh restart



http://packages.debian.org/lenny/ssh

위와 같이 하면, openssh-client 와 openssh-server 가 같이 설치 된다.

참고자료 : http://mznote.blog92.fc2.com/blog-entry-53.html

크리에이티브 커먼즈 라이센스
Creative Commons License
2009/10/11 14:37 2009/10/11 14:37
Posted by 게으른영혼
Tags ,