Guest User

Untitled

a guest
Apr 29th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. ~ ssh-keygen -vvv -t ecdsa-sk
  2. Generating public/private ecdsa-sk key pair.
  3. You may need to touch your authenticator to authorize key generation.
  4. debug3: start_helper: started pid=382648
  5. debug1: start_helper: starting /usr/lib/ssh/ssh-sk-helper
  6. debug3: ssh_msg_send: type 5
  7. debug3: ssh_msg_recv entering
  8. debug1: sshsk_enroll: provider "internal", device "(null)", application "ssh:", userid "(null)", flags 0x01, challenge len 0
  9. debug1: sshsk_enroll: using random challenge
  10. debug1: sk_probe: 1 device(s) detected
  11. debug1: sk_probe: selecting sk by touch
  12. debug1: ssh_sk_enroll: using device /dev/hidraw5
  13. debug1: ssh_sk_enroll: attestation cert len=496
  14. debug1: ssh_sk_enroll: authdata len=230
  15. debug1: main: reply len 1083
  16. debug3: ssh_msg_send: type 5
  17. debug3: reap_helper: pid=382648
  18. Enter file in which to save the key (/home/asd/.ssh/id_ecdsa_sk): /home/asd/aaa
  19. Enter passphrase (empty for no passphrase):
  20. Enter same passphrase again:
  21. Your identification has been saved in /home/asd/aaa
  22. Your public key has been saved in /home/asd/aaa.pub
  23. The key fingerprint is:
  24. SHA256:Po+FocnGeme4oQFooTqXc8zRzY/ci6GKHNspBRlOx9Y asd@arch
  25. The key's randomart image is:
  26. +-[ECDSA-SK 256]--+
  27. | . . |
  28. | o + E |
  29. | + = |
  30. |..= . o |
  31. |o.... . S |
  32. |o =.+ = * |
  33. |o =.= B.B + |
  34. | +.B *oooB . |
  35. | +.*oo+o o |
  36. +----[SHA256]-----+
Advertisement
Add Comment
Please, Sign In to add comment