We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f7512 + 612f1ab commit 997af7fCopy full SHA for 997af7f
1 file changed
lib/ssh_data/private_key/rsa.rb
@@ -21,9 +21,9 @@ def self.generate(size, unsafe_allow_small_key: false)
21
22
# Import an openssl private key.
23
#
24
- # key - An OpenSSL::PKey::DSA instance.
+ # key - An OpenSSL::PKey::RSA instance.
25
26
- # Returns a DSA instance.
+ # Returns a RSA instance.
27
def self.from_openssl(key)
28
new(
29
algo: PublicKey::ALGO_RSA,
0 commit comments