From: Jake Colman <[EMAIL PROTECTED]>
   Date: 26 May 1998 09:29:18 -0400

   I need to establish a PPP connection to my office where the security
   arrangements require me to type in a user id, random password from my
   securcard, again a user id and password, and then the 'ppp' command.  On NT and
   Win95, I configured dial-up networking to display a terminal after connection,
   go through all the prompts, and then continue.  How do I do the same here? 

   Note that a simple expect script won't cut it since the password that I enter
   is variable and must be manually typed.

Expect has an "interact" command you can use for those parts of the
script that cannot be predicted, or should not be predicted (such as
passwords).  - Don


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to