Ubuntu OpenSSH 설치

Facebook 2019. 12. 2. 19:55

$ dpkg -l

$ dpkg -l |grep ssh

$ sudo apt-get install openssh-server

$ netstat -ntl

$ sudo /etc/init.d/ssh restart

$ sudo vi /etc/ssh/sshd_config 

---

#Port 22 -> Port 22

---

Posted by 앤비
,