diff options
author | brian <brian@FreeBSD.org> | 1999-08-17 15:00:15 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-17 15:00:15 +0000 |
commit | b5a42c5efbe05b3f948f1810d95c2ff049d841fd (patch) | |
tree | 259ff5bb61e91f4b1a597d4bfcc341bbb7579c79 /share | |
parent | 56bc7b51a617f91916f0e2e1a3808598dde4e673 (diff) | |
download | FreeBSD-src-b5a42c5efbe05b3f948f1810d95c2ff049d841fd.zip FreeBSD-src-b5a42c5efbe05b3f948f1810d95c2ff049d841fd.tar.gz |
Use ``set openmode passive'' in the ssh VPN example
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 41e0985..7ceb120 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.5 1999/05/30 21:31:18 billf Exp $ +# $Id: ppp.conf.sample,v 1.6 1999/07/27 23:44:29 brian Exp $ # ################################################################# @@ -486,6 +486,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" # Example of non-PPP callback. |