From 329a7ece8f826e639a3c5f50970ca65c43178acf Mon Sep 17 00:00:00 2001
From: GitHub Actions Filippo Valsorda age@filippo.io Filippo Valsorda age@filippo.ioAUTHORS
-
diff --git a/doc/age.1 b/doc/age.1
index 6fa990e..5f2289f 100644
--- a/doc/age.1
+++ b/doc/age.1
@@ -105,7 +105,7 @@ Decrypt using the \fIIDENTITIES\fR at \fIPATH\fR\.
a\. A file listing \fIIDENTITIES\fR one per line\. Empty lines and lines starting with "\fB#\fR" are ignored as comments\.
.
.IP
-b\. An SSH private key file, in PKCS#1, PKCS#8, SEC 1, or OpenSSH format\. If the private key is password\-protected, the password is requested interactively only if the SSH identity matches the file\. See the \fISSH keys\fR section for more information, including supported key types\.
+b\. An SSH private key file, in PKCS#1, PKCS#8, or OpenSSH format\. If the private key is password\-protected, the password is requested interactively only if the SSH identity matches the file\. See the \fISSH keys\fR section for more information, including supported key types\.
.
.IP
c\. "\fB\-\fR", causing one of the options above to be read from standard input\. In this case, the \fIINPUT\fR argument must be specified\.
diff --git a/doc/age.1.html b/doc/age.1.html
index bd2d8b9..ff0cd33 100644
--- a/doc/age.1.html
+++ b/doc/age.1.html
@@ -162,7 +162,7 @@ overhead per recipient, plus 16 bytes every 64KiB of plaintext.
a. A file listing IDENTITIES one per line.
Empty lines and lines starting with "#" are ignored as comments.
b. An SSH private key file, in PKCS#1, PKCS#8, SEC 1, or OpenSSH format. +
b. An SSH private key file, in PKCS#1, PKCS#8, or OpenSSH format. If the private key is password-protected, the password is requested interactively only if the SSH identity matches the file. See the SSH keys section for more information, including supported key types.
@@ -294,7 +294,7 @@ $ age -d -i ~/.ssh/id_ed25519 example.jpg.age > example.jpgFilippo Valsorda age@filippo.io
+Filippo Valsorda age@filippo.io