Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 1998 20:22:13 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Steve.Gailey@metrosol.co.uk
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Strong Authentication and PPP 
Message-ID:  <199811202022.UAA07208@woof.lan.awfulhak.org>
In-Reply-To: Your message of "Wed, 18 Nov 1998 13:43:29 GMT." <199811181353.NAA23694@bmr2-e1.srv.uk.deuba.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> This isn't really FBSD mobile specific, but...
> 
> I am trying to access a clients site with PPP from by FBSD laptop. 
> The problem I have is that they use strong authentication using 
> securid.
> 
> Does anyone know how to get the chat script to prompt for the 
> password during the login? At present I am using the term 
> command to do the whole thing manually, but it isn't the ideal 
> solution.
> 
> Thanks in advance.

I've never gotten around to sorting out a good solution for this 
(although I was discussing it with someone only today).  You can 
execute programs from your chat script and could theoretically write 
a script that displayed the last few lines of the ppp log and then 
prompt for something to echo to stdout (which gets picked back up by 
ppp).  Check the man page for details on ``!'' commands in the chat 
script.... it'll need a bit of experimentation though.

I think the correct solution is something more along the lines of 
connecting with pppctl, setting local chat logging and having some 
facility in the chat script for waiting for a ``send-chat'' command 
to be executed from elsewhere.... the prompt will display the 
conversation as it happens, and when the secureid is figured out, you 
can ``send-chat whatever''.

Do you think this sort of thing might be appropriate ?

> Steve Gailey
> Metronome Solutions Ltd.
-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811202022.UAA07208>