Ubuntu 18.04 SSH install - jinwooklim/my-exp GitHub Wiki
$ sudo apt update
$ sudo apt install openssh-server
$ sudo systemctl status ssh
만약 방화벽을 사용중이면
$ sudo ufw allow ssh
$ sudo apt update
$ sudo apt install openssh-server
$ sudo systemctl status ssh
만약 방화벽을 사용중이면
$ sudo ufw allow ssh