##背景
githubにEC2からSSH接続しようとしたところ↑のように怒られた。
##原因
セキュリティが緩いので、厳しくする必要がある
(エラー発生時の権限状態↓)
-rw-rw-r--
##実行したこと
chmod 600 ~/.ssh/config
をすることで所有者のみに読み書きの与える権限を与えてセキュリティ強化した。
Go to list of users who liked
More than 1 year has passed since last update.
##背景
githubにEC2からSSH接続しようとしたところ↑のように怒られた。
##原因
セキュリティが緩いので、厳しくする必要がある
(エラー発生時の権限状態↓)
-rw-rw-r--
##実行したこと
chmod 600 ~/.ssh/config
をすることで所有者のみに読み書きの与える権限を与えてセキュリティ強化した。
Register as a new user and use Qiita more conveniently
Go to list of users who liked