.pem
ファイルと.ssh
の配下に置いたあと、chmod
コマンドを使って.pem
ファイルに 所有者のみが読み書き可能 できるように権限を付与します。
コードはこちら↓
chmod 600 ~/.ssh/任意の名前.pem
短すぎる記事となってしましましたが、以上です
Go to list of users who liked
.pem
ファイルと.ssh
の配下に置いたあと、chmod
コマンドを使って.pem
ファイルに 所有者のみが読み書き可能 できるように権限を付与します。
コードはこちら↓
chmod 600 ~/.ssh/任意の名前.pem
短すぎる記事となってしましましたが、以上です
Register as a new user and use Qiita more conveniently
Go to list of users who liked