diff options
author | 2018-04-06 03:34:27 +0000 | |
---|---|---|
committer | 2018-04-06 03:34:27 +0000 | |
commit | 026f8a07fa04bd98032951b7db59c04f65ad1149 (patch) | |
tree | b29144ae6df274280464d840bb62372b65fb611c | |
parent | We don't offer CBC cipher by default any more. Spotted by Renaud (diff) | |
download | wireguard-openbsd-026f8a07fa04bd98032951b7db59c04f65ad1149.tar.xz wireguard-openbsd-026f8a07fa04bd98032951b7db59c04f65ad1149.zip |
ssh does not accept -oInclude=... on the commandline, the Include keyword
is for configuration files only. bz#2840, patch from Jakub Jelen
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index b4078525b32..82ec4a51ffb 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/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 |