diff options
author | brian <brian@cvs.openbsd.org> | 1999-08-17 15:02:04 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1999-08-17 15:02:04 +0000 |
commit | a542dc1d959bb5c67554386704fedffdd4fac335 (patch) | |
tree | 265a0be76af623807e22e835e4db50ab9389758e /etc/ppp | |
parent | 617659b50e96d08ccaa5ae0299f8ccc11d7be128 (diff) |
Use ``set openmode passive'' in the ssh VPN example
Diffstat (limited to 'etc/ppp')
-rw-r--r-- | etc/ppp/ppp.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 1e79a11b152..22570eb4040 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $OpenBSD: ppp.conf.sample,v 1.14 1999/07/27 23:48:38 brian Exp $ +# $OpenBSD: ppp.conf.sample,v 1.15 1999/08/17 15:02:03 brian Exp $ # ################################################################# @@ -451,6 +451,8 @@ loop-in: # sloop: load loop + # Passive mode allows ssh plenty of time to establish the connection + set openmode passive set device "!ssh whatevermachine /usr/sbin/ppp -direct loop-in" # If you wish to connect to a server that will dial back *without* using |