[openssh-commits] [openssh] 01/03: upstream: missing comma; from kawashima james
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Apr 6 19:31:35 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 801f710953b24dd2f21939171c622eac77c7484d
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Sun Apr 4 06:11:24 2021 +0000
upstream: missing comma; from kawashima james
OpenBSD-Commit-ID: 31cec6bf26c6db4ffefc8a070715ebef274e68ea
---
ssh_config.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ssh_config.5 b/ssh_config.5
index e37d2de7..4c0604d2 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.351 2021/04/03 06:55:52 djm Exp $
-.Dd $Mdocdate: April 3 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.352 2021/04/04 06:11:24 jmc Exp $
+.Dd $Mdocdate: April 4 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -2044,7 +2044,7 @@ The keywords
.Cm CertificateFile ,
.Cm ControlPath ,
.Cm IdentityAgent ,
-.Cm IdentityFile
+.Cm IdentityFile ,
.Cm KnownHostsCommand ,
and
.Cm UserKnownHostsFile
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list