js1 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I'm trying to write a program in perl which runs ssh login to a unix box interactively from a web browser.
I can get the username from a textfield before ssh'ing to the box, but I don't know whether the authentication method is password or securid until I've connected to that box, at which stage I need the user input again to tell me their password/securid.
How can I get this without a textfield and submit button that posts back and reloads the page?
Hope this make sense! Thanks for any help.
js1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting input without submit
by graff (Chancellor) on Nov 16, 2005 at 23:38 UTC | |
by js1 (Monk) on Nov 17, 2005 at 19:25 UTC | |
|
Re: getting input without submit
by Errto (Vicar) on Nov 17, 2005 at 04:01 UTC |