2017年12月25日 星期一

[教學] Google Cloud Platform VM server啟用密碼登入

GCP預設使用private key登入VM
我們改成用密碼登入VM
就不用每換一台電腦就創立key

→VM執行個體
找到你要的VM後
選取"在瀏覽器視窗中開啟"

1.修改ssh設定檔
$ sudo vim /etc/ssh/sshd_config

2.以/PasswordAuthentication 搜尋
把值改成yes

3.重新啟動ssh服務
$ sudo service ssh restart

由於GCP會把密碼設定為你不知道的密碼
因此現在要把該帳戶密碼改成你要的密碼

$ sudo passwd <your_account_name>
Enter new UNIX password: (輸入你要設定的密碼)
Retype new UNIX password: (再輸入一次)
passwd: password updated successfully
↑看到這一行就成功囉


參考資料

沒有留言:

張貼留言