summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsf <msf@openbsd.org>2006-02-06 15:54:07 +0000
committermsf <msf@openbsd.org>2006-02-06 15:54:07 +0000
commit763c86a43cda80416ec2baac83347416e860018a (patch)
tree41acec3ea30b9876be1013e5f32a6ea9c3413ec1
parenttweaks; (diff)
downloadwireguard-openbsd-763c86a43cda80416ec2baac83347416e860018a.tar.xz
wireguard-openbsd-763c86a43cda80416ec2baac83347416e860018a.zip
- typo fix
ok jmc@
-rw-r--r--usr.bin/ssh/ssh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index f4c677628ce..89500813905 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/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,