0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ec2で初期パスワードを設定する

Last updated at Posted at 2016-03-13
  1. 从aws获得.pem文件

  2. 使用puttygen将.pem文件转化为.ppk文件
    conversions->import key
    save private key

  3. "centos"ユーザとキーファイルでログインする。

  4. sudo su -でrootユーザに切り替える。

  5. passwdでrootユーザのパスワードを設定する。

  6. /etc/ssh/sshd_configを編集し、rootユーザのパスワードでのログインを許す。

  7. rootユーザでログインしている時に、passwd centosコマンドで"centos"ユーザのパスワードを設定する。

  8. 重启服务
    systemctl restart sshd.service
    これで、centosとrootユーザ両方キーファイル無しでログインできるようになった。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?