From 24de4f3b19055e83de551c5e43a9a54d02d03b2c Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 27 Apr 1999 00:25:22 +0000 Subject: [PATCH] Specify the ssh command to use for a VPN inline. --- share/examples/ppp/ppp.conf.sample | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index b4293993f80c..310a41332bae 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.2 1999/02/13 00:59:19 brian Exp $ +# $Id: ppp.conf.sample,v 1.3 1999/03/28 00:22:44 brian Exp $ # ################################################################# @@ -316,7 +316,7 @@ radius-server: # direct-client: set dial "" - set line /dev/cuaa0 + set device /dev/cuaa0 set sp 115200 set timeout 900 set lqrperiod 10 @@ -394,15 +394,11 @@ loop-in: # If you're going to create a tunnel through a public network, your VPN # should be set up something like this: # -# /etc/ppp/secure (which should be executable) says: -# #! /bin/sh -# exec ssh whatevermachine /usr/sbin/ppp -direct loop-in -# # You should already have set up ssh using ssh-agent & ssh-add. # sloop: load loop - set device !/etc/ppp/secure + set device "!ssh whatevermachine /usr/sbin/ppp -direct loop-in" # Example of non-PPP callback. # If you wish to connect to a server that will dial back *without* using