vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
sudo service sshd restart
########################
Google Cloud 配置ssh 公钥登录
首先在本地创建一对密钥
ssh-keygen -t rsa -C "你的google cloud 用户名假设为myaccount"生成后的密钥对为 myaccount、myaccount.pub
进入google cloud, 点击 compute egine-> 计算引擎-> 元数据-> ssh密钥->修改
将 myaccount.pub 的内容粘贴进去,即可
通过 secureCRT 登录时,登录方式选择“Publickey”, 会弹出文件选择框, 选择刚刚创建的 myaccount.pub 即可