gpt4 book ai didi

ubuntu - 如何找到将新用户添加到运行 Ubuntu 的 EC2 实例的公钥?

转载 作者:行者123 更新时间:2023-12-04 19:17:50 24 4
gpt4 key购买 nike

我一直在尝试向运行 Ubuntu 的 EC2 实例添加一个额外的用户,以便他们可以为我做一些开发工作。我一直在这里遵循亚马逊的说明 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/managing-users.html但我被困在第 2 步 (f) 中:

"f. Edit the authorized_keys file with your favorite text editor and paste the public key for your key pair into the file".



我在哪里可以找到“文件中您的 key 对的公钥”?

最佳答案

在这里为任何感兴趣的人找到答案:

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#retrieving-the-public-key

这对新手来说有点神秘,但这是我所做的:

  • 将 PEM 文件上传到我作为新用户“sudo su”后可以访问的目录
  • 运行“sudo su newuser”
  • 运行“ssh-keygen -y”
  • 输入我在步骤#1中上传的PEM文件的路径
  • 复制脚本的输出
  • 使用喜欢的文本编辑器打开/home/newuser/.ssh/authorized_keys 文件
  • 删除任何现有文本
  • 粘贴上面#5中复制的内容
  • 保存文件

  • 然后我能够使用 PuTTY 进行连接,世界上一切都很好。

    关于ubuntu - 如何找到将新用户添加到运行 Ubuntu 的 EC2 实例的公钥?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31275637/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com