Ask a Question related to Debian, Design and Development.
-
Marc Shapiro #1
Passing parameters to a telnet session?
Does anyone know if there is a way to pass a parameter to a telnet session?
I have set up a user on one box that does not require a password to log
in. I telnet to his account from another box using:
telnet hostname -l username
I want to be able to pass a parameter of some kind, or set an
environment variable that I can test in .bash_profile and determine the
specific action to be taken depending on its value. Is this possible,
or am I barking up the wrong tree?
Marc Shapiro
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Marc Shapiro Guest
-
Passing Parameters To CFC
I am testing how to return data from a CFC within Flash Forms. I have a simple <cfselect> tag that will hold data returned from a CFC. This CFC... -
passing parameters
Hi Michael, I think you want to modify the links in web control programmatically. You can add several Hyperlink controls to the user control,... -
Passing Parameters into NEW()
Is there any way that the NEW() of a web service can accept parameters ? I would like to pass a boolean to indicate to the webservice that I am in... -
Passing parameters - currency
Hi , i'm tryong to pass a parameter to a web service but i get an error something like "..input string is not well formatted...." i'm using this... -
Help Passing Parameters
Before going to the third script I'd suggest storing the variables in session variables. Here's how I generally do login scripts. Perhaps have... -
Nicos Gollan #2
Re: Passing parameters to a telnet session?
On Monday 04 August 2003 19:48, Marc Shapiro wrote:
That's not a Good Thing (TM) unless you're in a very trusted environment, and> I have set up a user on one box that does not require a password to log
> in.
even there I would not consider it unless absolutely unavoidable.
I'd recommend you use ssh with public key authentication for that. It's> I want to be able to pass a parameter of some kind, or set an
> environment variable that I can test in .bash_profile and determine the
> specific action to be taken depending on its value. Is this possible,
> or am I barking up the wrong tree?
probably better suited for what you need by allowing remote command
execution.
--
Got Backup?
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
Nicos Gollan Guest



Reply With Quote

