[openssh-commits] [openssh] 05/07: upstream: ssh does not accept -oInclude=... on the commandline, the
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 6 14:20:45 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 8d6829be324452d2acd282d5f8ceb0adaa89a4de
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 6 03:34:27 2018 +0000
upstream: ssh does not accept -oInclude=... on the commandline, the
Include keyword is for configuration files only. bz#2840, patch from Jakub
Jelen
OpenBSD-Commit-ID: 32d052b4a7a7f22df35fe3f71c368c02b02cacb0
---
ssh.1 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/ssh.1 b/ssh.1
index b4078525..82ec4a51 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.1,v 1.391 2018/02/23 07:38:09 jmc Exp $
-.Dd $Mdocdate: February 23 2018 $
+.\" $OpenBSD: ssh.1,v 1.392 2018/04/06 03:34:27 djm Exp $
+.Dd $Mdocdate: April 6 2018 $
.Dt SSH 1
.Os
.Sh NAME
@@ -499,7 +499,6 @@ For full details of the options listed below, and their possible values, see
.It IdentitiesOnly
.It IdentityAgent
.It IdentityFile
-.It Include
.It IPQoS
.It KbdInteractiveAuthentication
.It KbdInteractiveDevices
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list