From 82451a80368171b074c7129d43b47fc2773f6e9f Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 12 Nov 2018 08:08:50 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb04a61..89d8c21 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ ## Supported Formats * OpenSSH's [PROTOCOL.key](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key) for RSA and ED25519 keys. +* OpenSSH version >= 7.6 using aes256-ctr encryption * "Classic" PEM containing RSA (PKCS#1), DSA (OpenSSL), and ECDSA private keys.