-
从aws获得.pem文件
-
使用puttygen将.pem文件转化为.ppk文件
conversions->import key
save private key -
"centos"ユーザとキーファイルでログインする。
-
sudo su -でrootユーザに切り替える。
-
passwdでrootユーザのパスワードを設定する。
-
/etc/ssh/sshd_configを編集し、rootユーザのパスワードでのログインを許す。
-
rootユーザでログインしている時に、passwd centosコマンドで"centos"ユーザのパスワードを設定する。
-
重启服务
systemctl restart sshd.service
これで、centosとrootユーザ両方キーファイル無しでログインできるようになった。
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme