How can I tell how many bits my ssh key is?

yairchu

I already created an ssh key for myself sometime in the past. I don't remember "how many bits" it is. How can I tell?

I'm wondering because I'm using hosting at nearlyfreespeech.net and their faq says:

Can I configure my ssh connection to use a public key?

... we will not install keys that have a length less than 1536 bits ... We prefer that you use a key at least 2048 bits in length, and if you are generating a new key, the recommended length is 4096 bits.

RainDoctor
[palvarez@oizon ~]$ ssh-keygen -l -f ~/.ssh/id_rsa.pub
2048 2e:8c:fd:aa:9f:95:86:9e:b0:d2:a6:1a:7e:d3:3e:74 .ssh/id_rsa.pub (RSA)

2048 bits.

Explanation:

  -l          Show the fingerprint of the key file.
  -f filename Filename of the key file.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How can I tell if my hard drive is PATA or SATA?

분류에서Dev

How can I force SSH to give an RSA key instead of ECDSA?

분류에서Dev

How can I tell if my graphics card is dying or if my drivers are incorrect?

분류에서Dev

How many pictures can i put in my app?

분류에서Dev

How can I audit users and access attempts to SSH on my server?

분류에서Dev

How can I tell if a machine has PAE?

분류에서Dev

How can I tell a function enters kernel or not

분류에서Dev

How can I tell if my Cordova application is running on a simulator or real device?

분류에서Dev

How can I tell if the wireless network card in my laptop supports 802.11n?

분류에서Dev

How can I tell whether dd is done erasing my hard drive?

분류에서Dev

How can I configure such that I can always SSH to my system over the internet on a dynamic IP?

분류에서Dev

How do I tell if a Windows 8.1 Product Keys is an OEM key?

분류에서Dev

How much RAM can I add to my laptop? and how many slots?

분류에서Dev

how can i minimize my code if i have many variables in getopt

분류에서Dev

How can I tell what version of Linux I'm using?

분류에서Dev

How can I tell which user limit I am running into?

분류에서Dev

How can I tell if I am out of inotify watches?

분류에서Dev

I forgot my AmazonAWS secret key, but I have a couple HMAC signed requests. How can I

분류에서Dev

How can I tell my python script to wait for the "save as" dialogue box to pop out in chrome before executing the next block of the code?

분류에서Dev

How can I get computer to remember SSH key passphrase between reboots?

분류에서Dev

How many pages can I print at once on my HP OfficeJet safely?

분류에서Dev

How can I programmatically tell if a filename matches a shell glob pattern?

분류에서Dev

How can I tell django 1.7 to put migration into specific folder

분류에서Dev

How can I tell what process is unmounting a file system?

분류에서Dev

How can I reach a remote ssh server through my http proxy (80 port)?

분류에서Dev

How can I pack a Date and Time into 32-bits?

분류에서Dev

How can I create multiple SSH keys?

분류에서Dev

How can I accept all SSH requests?

분류에서Dev

How Can I Regenerate SSH Keys?

Related 관련 기사

  1. 1

    How can I tell if my hard drive is PATA or SATA?

  2. 2

    How can I force SSH to give an RSA key instead of ECDSA?

  3. 3

    How can I tell if my graphics card is dying or if my drivers are incorrect?

  4. 4

    How many pictures can i put in my app?

  5. 5

    How can I audit users and access attempts to SSH on my server?

  6. 6

    How can I tell if a machine has PAE?

  7. 7

    How can I tell a function enters kernel or not

  8. 8

    How can I tell if my Cordova application is running on a simulator or real device?

  9. 9

    How can I tell if the wireless network card in my laptop supports 802.11n?

  10. 10

    How can I tell whether dd is done erasing my hard drive?

  11. 11

    How can I configure such that I can always SSH to my system over the internet on a dynamic IP?

  12. 12

    How do I tell if a Windows 8.1 Product Keys is an OEM key?

  13. 13

    How much RAM can I add to my laptop? and how many slots?

  14. 14

    how can i minimize my code if i have many variables in getopt

  15. 15

    How can I tell what version of Linux I'm using?

  16. 16

    How can I tell which user limit I am running into?

  17. 17

    How can I tell if I am out of inotify watches?

  18. 18

    I forgot my AmazonAWS secret key, but I have a couple HMAC signed requests. How can I

  19. 19

    How can I tell my python script to wait for the "save as" dialogue box to pop out in chrome before executing the next block of the code?

  20. 20

    How can I get computer to remember SSH key passphrase between reboots?

  21. 21

    How many pages can I print at once on my HP OfficeJet safely?

  22. 22

    How can I programmatically tell if a filename matches a shell glob pattern?

  23. 23

    How can I tell django 1.7 to put migration into specific folder

  24. 24

    How can I tell what process is unmounting a file system?

  25. 25

    How can I reach a remote ssh server through my http proxy (80 port)?

  26. 26

    How can I pack a Date and Time into 32-bits?

  27. 27

    How can I create multiple SSH keys?

  28. 28

    How can I accept all SSH requests?

  29. 29

    How Can I Regenerate SSH Keys?

뜨겁다태그

보관