1. 설치되어 있는 SSH확인하기
$ dpkg -l | grep ssh
2. 설치되어 있지 않다면 openssh-server를 설치하기
$ sudo apt-get install openssh-server
3. ssh 포트 변경하기
$ sudo vi /etc/ssh/sshd_config
Port 22 ==> [원하는 포트로 변경]
4. 재실행하기
$ sudo /etc/init.d/ssh restart
VirtualBox의 VM을 사용하고 있다면 네트워크 설정을 "Bridged Adapter"모드로 설정 후 시도해보시길.
'Tip > 우분투' 카테고리의 다른 글
Ubuntu Server에 Apache httpd 설치하기 (0) | 2014.11.10 |
---|---|
Ubuntu Server에 GNU GCC컴파일러 설치 (0) | 2014.11.10 |
Ubuntu에서 Apache+Tomcat 연동 (1) | 2014.10.24 |
Ubuntu에서 Open JDK를 Oracle JDK로 대체하기 (0) | 2014.10.24 |
VirtualBox VM에서 Ubuntu Resolution 변경하기 (0) | 2014.09.23 |