SSH is not enabled by default in Ubuntu, but you can easily enable this service viaOpenSSH, a free version of the SSH connectivity tools developed by the OpenBSD Project.
To do so, run the command below in terminal:
sudo apt-get install openssh-serverOr install the openssh-server package via Ubuntu Software Center if you’re on Desktop edition:
Once installed, you can change the port, disable root login and do other changes by editing the config file:
sudo gedit /etc/ssh/sshd_configFinally restart the ssh server to take place:
sudo /etc/init.d/ssh restartThat’s it. Enjoy!
'운영체제 > linux' 카테고리의 다른 글
프로세스 확인 (0) | 2014.10.28 |
---|---|
컴퓨터 이름 바꾸기 (0) | 2014.10.26 |
VMware Player 설치 (0) | 2014.10.25 |