Browse Source

Use ``set openmode passive'' in the ssh VPN example

OPENBSD_2_6
brian 25 years ago
parent
commit
18d81c8b1b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/ppp/ppp.conf.sample

+ 3
- 1
src/etc/ppp/ppp.conf.sample View File

@ -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


Loading…
Cancel
Save