10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ssh公開鍵暗号方式の確認コマンド

Posted at

ssh公開鍵暗号方式の確認コマンド

※一部マスクしてます

$ 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)
10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?