充滿活力的一天開始了!!!瀏覽器
GCP 就是谷歌的一個雲服務。
進入VM實例列表經過「SSH」點擊「在瀏覽器窗口打開」進入VPS服務器(下圖)服務器
切換到管理員用戶ssh
sudo -i
編輯sshd_config文件spa
vi /etc/ssh/sshd_config
進入命令行模式(:),而後執行
將PermitRootLogin no 替換成 PermitRootLogin yes容許用戶登陸命令行
%s/PermitRootLogin no/PermitRootLogin yes/
而後再進入命令行模式(:),而後執行
將PasswordAuthentication no 替換成 PasswordAuthentication yes容許密碼登陸rest
%s/PasswordAuthentication no/PasswordAuthentication yes/
而後再進入命令行模式(:),而後執行
保存文件並退出code
wq!
修改管理員用戶密碼blog
passwd root #接下來輸入您的新密碼並確認密碼,兩遍的密碼要同樣
重啓ssh服務ip
systemctl restart sshd
接下來就能夠去用你本身的ssh客戶端,經過管理員用戶是否能夠進入您的實例服務了
趕快是試試吧it