Re: [expert] Can it be done?

2000-08-27 Thread Benjamin Reed
> > How do I get ssh on the linux box to open this program on the > > unix box like the telnet on the unix box? 'ssh ' will run a specific command, or you can set the UseLogin option in the sshd_config to yes so it will use the unix login mechanism, if the command is automatically run on login.

Re: [expert] Can it be done?

2000-08-27 Thread Greg Stewart
You can probably add a line to execute the program to the user's .bashrc found in their ~/home directory. --Greg > My boss wants to be able to ssh into the linux box (newest version of > linuxmandrake.)(we have ssh running) > When you connect he does not want a prompt he wants the company's orde

Re: [expert] Can it be done?

2000-08-26 Thread Ellick Chan
On Sun, 27 Aug 2000, rharvey wrote: > My boss wants to be able to ssh into the linux box (newest version of > linuxmandrake.)(we have ssh running) > When you connect he does not want a prompt he wants the company's ordering > program to run. ( the user will get a login and access to the menu driv

[expert] Can it be done?

2000-08-26 Thread rharvey
My boss wants to be able to ssh into the linux box (newest version of linuxmandrake.)(we have ssh running) When you connect he does not want a prompt he wants the company's ordering program to run. ( the user will get a login and access to the menu driven program) the program is on the unix box. t