참조 : http://linuxg.net/how-to-enable-ssh-on-ubuntu-13-04/
openssh-server 패키지를 설치하게 되면 SSH기능이 기본설정 상태로 활성화 된다.
- 설치 방법은 다음과 같다.
$ sudo apt-get install openssh-server
- 서비스를 재시작 하는 방법은 다음과 같다.
$ sudo /etc/init.d/ssh restart
- 서비스와 관련된 설정 값은 /etc/ssh/sshd_config 파일을 수정하면 된다.
$ sudo vi /etc/ssh/sshd_config
Author Details
Linus Lee aka y1sh former ATiMania.com sysop during 2001-2012.
DevSecOps Engineer who likes tech, science, programming and solving problems 🙂