Google Cloud ssh 원격 연결 설정
602 단어 산기
사실 Google Cloud가 자체로 가지고 있는 ssh는 사용하기에 괜찮지만 Google 계열의 제품은 언제든지 벽에 붙을 수 있다는 생각에 Google VPS를 원격 ssh를 지원하도록 설정하는 방법을 공유합니다.
sudo -i
PermitRootLogin no PermitRootLogin yes
PasswordAuthentication no PasswordAuthentication yes
passwd xxxx
: xxxx
service sshd restart
reboot