LoginSignup
8
8

More than 5 years have passed since last update.

SSH keyを4096bitで作成する

Posted at

SSH keyを4096bitで作成するには?

コマンド

-bオプションで指定

ssh-keygen -t rsa -b 4096

bitが違うとどうなるか?

4096bitになると2048bitの2倍の鍵の種類ができるというわけではない。
1bit増えるごとに2倍になるので
2を2048回かけた分だけ鍵の種類が増える。
よってその分だけ解読しづらくなる。

8
8
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
8
8