Re: Expect Script under X-Windows

2002-07-22 Thread Michel Bardiaux
Zelkovitz, Sanford J (ZERO CHAOS) wrote: I have been trying without any success to write an expect script which would insert the password for ssh in an x-windows session. I am obviously doing something wrong since all efforts have failed. Has anyone succeeded where I have failed? Sanford

Re: Expect Script under X-Windows

2002-07-22 Thread Thomas Chadwick
Script under X-Windows Date: Mon, 22 Jul 2002 12:20:41 -0400 I have been trying without any success to write an expect script which would insert the password for ssh in an x-windows session. I am obviously doing something wrong since all efforts have failed. Has anyone succeeded where I have failed

Re: Expect Script under X-Windows

2002-07-22 Thread Ed Hennis
On Mon, 22 Jul 2002, 12:20pm (-0400), Zelkovitz, Sanford J (ZERO CHAOS) wrote: I have been trying without any success to write an expect script which would insert the password for ssh in an x-windows session. I am obviously doing something wrong since all efforts have failed. Has anyone

Re: Expect Script under X-Windows

2002-07-22 Thread [EMAIL PROTECTED]
the password for each and every server. Original Message: - From: Michel Bardiaux [EMAIL PROTECTED] Date: Mon, 22 Jul 2002 18:37:32 +0200 To: [EMAIL PROTECTED] Subject: Re: Expect Script under X-Windows Zelkovitz, Sanford J (ZERO CHAOS) wrote: I have been trying without any

Re: Expect Script under X-Windows

2002-07-22 Thread Thomas Chadwick
So you're writing a script that very likely will contain a password in cleartext? How secure is that? From: [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Expect Script under X-Windows Date: Mon, 22 Jul 2002 12:54:18 -0400

Re: Expect Script under X-Windows

2002-07-22 Thread [EMAIL PROTECTED]
It's only on my own machine with proper permissions. Original Message: - From: Thomas Chadwick [EMAIL PROTECTED] Date: Mon, 22 Jul 2002 13:07:09 -0400 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Expect Script under X-Windows So you're writing a script that very

Re: Expect Script under X-Windows

2002-07-22 Thread Harold L Hunt II
[EMAIL PROTECTED] wrote: The normal method of logon using ssh requires the the user input a password. Because of security issues, this cannot be circumvented by any other method. All I wanted to do was to poll around fifty servers for information. Each has the same logon name and password.

Re: Expect Script under X-Windows

2002-07-22 Thread Nicholas Wourms
--- Thomas Chadwick [EMAIL PROTECTED] wrote: So you're writing a script that very likely will contain a password in cleartext? How secure is that? Keep it on a floppy-disk, and keep that in plastic case in your pocket. It works for me. Then it will be just as secure as your wallet. Now