Google 云主机连接教程

时间:2021-07-15 | 标签: | 作者:Q8 | 来源:皇家豆瓣酱网络

小提示:您能找到这篇{Google 云主机连接教程}绝对不是偶然,我们能帮您找到潜在客户,解决您的困扰。如果您对本页介绍的Google 云主机连接教程内容感兴趣,有相关需求意向欢迎拨打我们的服务热线,或留言咨询,我们将第一时间联系您!

< ">如何创建账号创建实例这里就不说了,网上一大堆教程,而且基本上会有引导,指引一步步完成,这里只说创建好实例之后,如何连接到服务器

在谷歌云后台打开ssh连接控制台

< ">compute Engine ---> 虚拟机实例 就会看到自己创建的实例

< ">< font-size: 18px;">设置root密码

< ">1.设置下 root 的新密码

$ sudo passwd root

# 输入新密码

< ">< font-size: 18px;">在本地生成私钥和公钥

$ cd ~/.ssh

$ ssh-keygen -f myKey

Generating public/private rsa key pair.

Enter passphrase (empty for no passphrase): (给 private key 设置一个密码,避免私钥被人盗用的风险)

Enter same passphrase again: (再次输入上次相同密码)

Your identification has been saved in myKey.

Your public key has been saved in myKey.pub.

The key fingerprint is:

SHA256:EW7ow1wCKAh1rM/GG08ZAwOy+7+SUiT0rFXY2f8mNvk user@computer-name.local

The key's randomart image is:

+---[RSA 2048]----+

|=.o+= o .        |

|o+.o+= + .       |

|o.o..oo *        |

|..o+ +o+ o       |

|.oo+  =+S o      |

| o. * o. = o     |

| ..o =  . =      |

|. o.. .    E     |

| . .o.           |

+----[SHA256]-----+

# 此时会生成 公钥 myKey.pub 和 私钥 myKey

< ">< font-size: 18px;">复制公钥

$ cat myKey.pub

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjHKPaeglRVJzAhNq+W

中间部分省略。。。

dKx8sJ0Rw4kUqm2eU2vo8S5IEA0Nk2f7BtVGE8VOCHgmDbv2tLp9845UVp1 user@computer-name.local

< ">把这长长的一段复制下来,把其中的 user@computer-name.local 改为你在浏览器 SSH 登入之后的当前用户名 ${whoami}

< ">< font-size: 18px;">导入公钥

< ">进入谷歌云平台页面 -> 计算引擎 -> 元数据 -> SSH 密钥,粘贴保存

< ">谷歌就会把上面这段 public key 写入到 ~/.ssh/authorized_keys

< ">这里我没有进行复制粘贴这一步,打开之后默认就已经存在在这里了,忘了是哪里添加过了

本地通过私钥登录

$ ssh -i myKey root@34.***.***.***          // 替换为自己的ip地址

Enter passphrase for key 'myKey': (输入 private key 密码)

Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.11.2-041102-generic x86_64)


 * Documentation:  https://help.ubuntu.com

 * Management:  &n新华舆情在线bsp;  https://landscape.canonical.com





 * Support:        https://ubuntu.com/advantage


  Get cloud support with Ubuntu Advantage Cloud Guest:

    https://www.ubuntu.com/business/services/cloud


83 packages can be updated.

0 updates are security updates.


Last login: Sun Oct  8 06:40:43 2017 from 115.200.175.117

< ">< font-size: 18px;">通过 SSH 密码验证登录

$ ssh root@34.***.***.***

Permission denied (publickey).

< ">之后会出现访问被拒绝

< ">之所以会出现这种情况,因为谷歌默认把密码验证登录关了,需要自行打开

< ">< font-size: 18px;">修改 SSH 登录配置

$ sudo vi /etc/ssh/sshd_config

PermitRootLogin yes           //默认为no,需要开启root用户访问改为yes

PasswordAuthentication yes    //默认为no,改为yes开启密码登陆公关的本质是什么

< ">修改完按ESC 然后按shift + : 输入 wq 回车保存退出

< ">< font-size: 18px;">改完要重启 ssh 服务

$ reboot

< ">< font-size: 18px;">再次连接

$ ssh root@34.***.***.***

root@34.***.***.***'s password: (输入实例用户的密码)

Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.11.2-041102-generic x86_64)

 * Documentation:  https://help.ubuntu.com

 * Management:     https://landscape.canonical.com

 * Support:        https://ubuntu.com/advantage


  Get cloud support with Ubuntu Advantage Cloud Guest:

    https://www.ubuntu.com/business/services/cloud




83 packages can be updated.

0 updates are security updates.


Last login: Sun Oct  8 06:59:24 2017 from 115.200.175.117

< ">至此大功告成

Google 云主机连接教程

上一篇:谷歌云设置ROOT用户以及允许第三方SSH登录
下一篇:还不知道 AWS 是什么?这 11 个重点带你认识 AWS


版权声明:以上主题为“Google 云主机连接教程"的内容可能是本站网友自行发布,或者来至于网络。如有侵权欢迎联系我们客服QQ处理,谢谢。
相关内容
推荐内容
扫码咨询
    Google 云主机连接教程
    打开微信扫码或长按识别二维码

小提示:您应该对本页介绍的“Google 云主机连接教程”相关内容感兴趣,若您有相关需求欢迎拨打我们的服务热线或留言咨询,我们尽快与您联系沟通Google 云主机连接教程的相关事宜。

关键词:Google 云主机连接教程,Go

关于 | 业务 | 案例 | 免责 | 隐私
客服邮箱:sales@1330.com.cn
电话:400-021-1330 | 客服QQ:865612759
沪ICP备12034177号 | 沪公网安备31010702002418号