キモブロ

Please spy check please, Fucking retard

sshの秘密鍵から公開鍵を作る方法とフィンガープリント見る方法

.ssh/id_rsa だけあるときに id_rsa.pub 生成する方法

$ ssh-keygen -y -f .ssh/id_rsa > .ssh/id_rsa.pub

フィンガープリントを確認する方法

$ ssh-keygen -l -f .ssh/id_rsa.pub
2048 d9:33:2e:c0:15:e2:fc:d7:55:f9:00:5c:60:11:72:d7 (RSA)