Securing SSH keys in use
26-Mar-2020 1524
While public keys are designed to be shared, private keys are very different. Their confidentiality is key to public-key authentication security: authenticating with a ssh server without having a private key relies on either cracking the Discrete Logarithm Problem, or, well, stealing the key. Therefore we need to think how to prevent this theft.
Securing SSH keys in use #ruby #rubydeveloper #rubyonrails #Securing https://rubyonrails.ba/link/securing-ssh-keys-in-use