summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-05 06:50:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-05 06:50:36 +0000
commitbefe0ad112c5812d4210ae470d9db559311a93de (patch)
tree8dd793353d8cc46a386e2b26b4eeffca8c5137e3
parent234c10660970ae7fe0a95429d82b3c04bbb3af03 (diff)
tweak previous;
-rw-r--r--usr.bin/ssh/ssh.15
-rw-r--r--usr.bin/ssh/sshd.86
2 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index b201d87de80..fd713e3b4eb 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,8 +34,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.299 2010/03/04 23:19:29 djm Exp $
-.Dd $Mdocdate: March 4 2010 $
+.\" $OpenBSD: ssh.1,v 1.300 2010/03/05 06:50:34 jmc Exp $
+.Dd $Mdocdate: March 5 2010 $
.Dt SSH 1
.Os
.Sh NAME
@@ -1103,7 +1103,6 @@ See the
option in
.Xr ssh_config 5
for more information.
-.Pp
.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
.Nm
contains support for Virtual Private Network (VPN) tunnelling
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 218c2049f79..62ca5720fdd 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,8 +34,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: sshd.8,v 1.254 2010/03/04 23:19:29 djm Exp $
-.Dd $Mdocdate: March 4 2010 $
+.\" $OpenBSD: sshd.8,v 1.255 2010/03/05 06:50:35 jmc Exp $
+.Dd $Mdocdate: March 5 2010 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -694,7 +694,7 @@ or by taking
.Pa /etc/ssh/ssh_host_key.pub
and adding the host names at the front.
.Xr ssh-keygen 1
-also offers some basic automated editing for
+also offers some basic automated editing for
.Pa ~/.ssh/known_hosts
including removing hosts matching a host name and converting all host
names to their hashed representations.