mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
Fixed text
This commit is contained in:
@@ -101,7 +101,7 @@ public class OpenSSHKeyV1KeyFile extends BaseFileKeyProvider {
|
|||||||
return readUnencrypted(privateKeyBuffer, publicKey);
|
return readUnencrypted(privateKeyBuffer, publicKey);
|
||||||
} else {
|
} else {
|
||||||
logger.info("Keypair is encrypted with: " + cipherName + ", " + kdfName + ", " + kdfOptions);
|
logger.info("Keypair is encrypted with: " + cipherName + ", " + kdfName + ", " + kdfOptions);
|
||||||
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet..");
|
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user