🔐

SSHの公開鍵と秘密鍵を作成

2022/07/21に公開
$ ssh-keygen

id_rsarsa.pubが作られた。

秘密鍵:id_rsa
公開鍵:id_rsa.pub

$ cd .ssh

catで確認

$ cat ~/.ssh/id_rsa.pub

Discussion