Skip to content

Instantly share code, notes, and snippets.

@iZRIdJJ53S
Created December 12, 2013 01:41
Show Gist options
  • Save iZRIdJJ53S/7921884 to your computer and use it in GitHub Desktop.
Save iZRIdJJ53S/7921884 to your computer and use it in GitHub Desktop.
ssh公開鍵暗号方式の確認コマンド ref: http://qiita.com/iZRIdJJ53S@github/items/87987d9a0efc0c6533f5
$ 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)
$ 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