0

I have a hardware device that can compute ECDSA signatures and generate ECDSA keys without exporting the private key (only public key is exported).

I'm looking for a way to tie this into SSH. Is there a way to do so without patching OpenSSH?

user1094206
  • 107
  • 1

1 Answers1

1

You can write a PAM authentication plugin.

nowen
  • 767
  • 3
  • 8