修改GCP用户密码并开启root登录

在Google Cloud Platform创建的VM实例只能通过【在浏览器窗口打开】。这里使用其他终端工具连接的设置。

1. 在GCP网页端登录ssh

2. 通过sudo su命令切换到root用户

sudo su //切换到root用户

3. 修改SSH配置文件/etc/ssh/sshd_config

vi /etc/ssh/sshd_config //编辑文件

找到PermitRootLogin和Pa sswordAuthentication

# Authentication:
LoginGraceTime 120
PermitRootLogin yes //默认为no,需要开启root用户访问改为
yesStrictModes yes 

# Change to no to disable tunnelled clear text passwords
PasswordAuthentication yes //默认为no,改为yes开启密码登陆

4. 重启SSH服务

Ubuntu debian适用
/etc/init.d/ssh restart

Centos 7适用:
systemctl restart sshd.service

5. 进行以下操作,可使用putty、iterm等客户端通过用户名和密码访问实例

5.1 为现有用户设置一个密码,先查看当前登陆
who  //使用who查看当前登陆用户
mapgun pts/0 2017-03-21 06:40
root pts/1 2017-03-21 07:00
5.2 可以看到当前登陆了mapgun和root用户,修改指定用户密码即可
passwd mapgun //mapgun改为想要修改的用户名
5.3 新增一个用户
useradd name  //新增用户
passwd name  //设置用户密码
5.4 设置root密码

如果使用root密码登陆,需要设置root用户密码。

passwd root
暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇