是否可以使用用户名和密码通过 ssh 连接到 Google Cloud Linux VM

是否可以使用用户名和密码通过 ssh 连接到 Google Cloud Linux VM

可以使用公钥和私钥连接到 Google Linux VM - 但是,是否可以仅使用用户名和密码连接到 VM。Azure 平台上有针对 Linux VM 的此类解决方案 - Google 云平台上有类似的解决方案吗?谢谢。

答案1

我不熟悉 Google 云,但如果您有 root 访问权限,您可以做任何您想做的事情。只需根据您的意愿配置 ssh 守护进程即可……

https://askubuntu.com/questions/101670/how-can-i-allow-ssh-password-authentication-from-only-certain-ip-addresses

总结 编辑/etc/ssh/sshd_config以使其包含PasswordAuthentication yes并重新启动 ssh 守护程序。

问题是应该您允许使用用户名和密码吗?这非常不安全。

相关内容