LoginSignup
1
0

More than 5 years have passed since last update.

メモ:sshのエラー、パーミッションで。

Last updated at Posted at 2018-12-07
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/xxxxx/xxxxxx/xxxxxxxxxxxx/xxxxxxxxxx.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "/xxxxx/xxxxxx/xxxxxxxxxxxx/xxxxxxxxxx.pem": bad permissions
xxxxxxx@xxx.xxx.xxx.xxx: Permission denied

ssh接続、外出先で繋ごうとしたらエラーが出たね。
記事にするほどでもないエラーだけどメモる。

よく読むとbad permissionsと書いてあるもんね。

chmod 600にして解決した。。

1
0
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
1
0