sudo apt updatesudo apt install -y openssh-server
sudo passwd 사용자명sudo adduser 사용자명
sudo systemctl start sshsudo systemctl enable ssh
sudo nano /etc/ssh/sshd_config
PasswordAuthentication yesPermitRootLogin noUsePAM yes
sudo ufw disablesudo systemctl restart ssh sudo systemctl stop ufwsudo systemctl disable ufw