GithubHelp home page GithubHelp logo

Comments (5)

ntgeralt avatar ntgeralt commented on August 23, 2024

感谢分享

from my-blog.

ranger2017 avatar ranger2017 commented on August 23, 2024

非常有帮助:)

from my-blog.

Bilery-Zoo avatar Bilery-Zoo commented on August 23, 2024

谢谢啦

from my-blog.

coder-xsj avatar coder-xsj commented on August 23, 2024

能否使用 Amazon EC2 的 User data 来初始化的时候创建呢?
目前是卡在了 sudo passwd root,这一步,需要手动输入密码,脚本无法完成。

from my-blog.

jackwu882002 avatar jackwu882002 commented on August 23, 2024

现在不是 passwd ec2-user, 是 passwd ubuntu。

9.修改sshd配置文件

vi /etc/ssh/sshd_config
PermitRootLogin这行改为

PermitRootLogin yes
PasswordAuthentication no改为

PasswordAuthentication yes
UsePAM yes改为

UsePAM no

10.重启AWS VPS,就可以使用root正常登陆了

from my-blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.