diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-15 14:10:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-15 14:10:26 +0000 |
commit | 906ff34631f3ae3befd91fb7209904e2f8ccab77 (patch) | |
tree | 6755c351a8e1e275602c1070883d8312d08ce7a8 /usr.bin | |
parent | 3d43977e0f24b4eb89429435a065c0da2f4d1a25 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 | ||||
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 22765401678..8091aecfd29 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.336 2013/08/20 06:56:07 jmc Exp $ -.Dd $Mdocdate: August 20 2013 $ +.\" $OpenBSD: ssh.1,v 1.337 2013/10/15 14:10:25 jmc Exp $ +.Dd $Mdocdate: October 15 2013 $ .Dt SSH 1 .Os .Sh NAME @@ -456,6 +456,7 @@ For full details of the options listed below, and their possible values, see .It LocalForward .It LogLevel .It MACs +.It Match .It NoHostAuthenticationForLocalhost .It NumberOfPasswordPrompts .It PasswordAuthentication diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index f35f468f42b..3eaaa536a7b 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/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.169 2013/10/14 22:22:05 djm Exp $ -.Dd $Mdocdate: October 14 2013 $ +.\" $OpenBSD: ssh_config.5,v 1.170 2013/10/15 14:10:25 jmc Exp $ +.Dd $Mdocdate: October 15 2013 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -126,7 +126,7 @@ matches. See .Sx PATTERNS for more information on patterns. -.It Cm Match +.It Cm Match Restricts the following declarations (up to the next .Cm Host or |