Created
December 12, 2013 01:41
-
-
Save iZRIdJJ53S/7921884 to your computer and use it in GitHub Desktop.
ssh公開鍵暗号方式の確認コマンド ref: http://qiita.com/iZRIdJJ53S@github/items/87987d9a0efc0c6533f5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh-keygen -l -f .ssh/authorized_keys | |
1023 9b:3d:a5:aa:9e:44:2f:ef:a2:41:0b:41:04:xx:xx:xx .ssh/authorized_keys (DSA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh-keygen -l -f tmp/id_rsa.pub | |
2048 bb:d9:cd:98:56:f1:9d:aa:9a:ba:d4:a5:6a:xx:xx:xx tmp/id_rsa.pub (RSA) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment