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
This commit is contained in:
djm@openbsd.org 2018-04-06 03:34:27 +00:00 committed by Damien Miller
parent 00c5222ddc
commit 8d6829be32
1 changed files with 2 additions and 3 deletions

5
ssh.1
View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .\" $OpenBSD: ssh.1,v 1.392 2018/04/06 03:34:27 djm Exp $
.Dd $Mdocdate: February 23 2018 $ .Dd $Mdocdate: April 6 2018 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -499,7 +499,6 @@ For full details of the options listed below, and their possible values, see
.It IdentitiesOnly .It IdentitiesOnly
.It IdentityAgent .It IdentityAgent
.It IdentityFile .It IdentityFile
.It Include
.It IPQoS .It IPQoS
.It KbdInteractiveAuthentication .It KbdInteractiveAuthentication
.It KbdInteractiveDevices .It KbdInteractiveDevices