gcp linux ssh permission denied해결”
리눅스 ssh permission denied해결
sudo vim /etc/ssh/sshd_config
PasswordAuthentication yes
PermitRootLogin yes
sudo systemctl restart sshd
sudo vim /etc/ssh/sshd_config
PasswordAuthentication yes
PermitRootLogin yes
sudo systemctl restart sshd