From 0ac58ab4f388019f15b3792c29e67a796e4f9c41 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 15 Mar 2006 00:05:35 +0000 Subject: [PATCH] - msf@cvs.openbsd.org 2006/02/06 15:54:07 [ssh.1] - typo fix ok jmc@ --- ChangeLog | 7 +++++++ ssh.1 | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d94d34c2..85f3decc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +20060315 + - (djm) OpenBSD CVS Sync: + - msf@cvs.openbsd.org 2006/02/06 15:54:07 + [ssh.1] + - typo fix + ok jmc@ + 20060313 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) since not all platforms support it. Instead, use internal equivalent while diff --git a/ssh.1 b/ssh.1 index f4c67762..89500813 100644 --- a/ssh.1 +++ b/ssh.1 @@ -34,7 +34,7 @@ .\" (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.253 2006/01/30 13:37:49 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.254 2006/02/06 15:54:07 msf Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -1087,7 +1087,7 @@ is set to .Dq forced-commands-only : .Bd -literal -offset 2n tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... jane -tunnel="2",command="sh /etc/netstart tun1" ssh-rsa ... john +tunnel="2",command="sh /etc/netstart tun2" ssh-rsa ... john .Ed .Pp Since a SSH-based setup entails a fair amount of overhead, -- 2.45.2