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 driven
> program) the program is on the unix box.
> this is done internally (behind the firewall) thru telnet with tiny term
> using the proper emulation that supports function buttons. When you telnet
> to the unix box ip address you get the login menu to the ordering program.
> How do I get ssh on the linux box to open this program on the unix box like
> the telnet on the unix box?
>
Set up the ssh-keygen to make a passphrase authentication file. It is
called id_dsa, and id_dsa.pub, respectively. Read the manpage how to set
it up right. Then, make sure you leave the passphrase blank so it won't
ask, then type "ssh host command". For example, "ssh myserver
menuprog" will start your menu program.
> If you can figure out what I said and know how to help me Please let me
> know.
>
> Thank you
> Robert
>
>
>
--
Regards,
Ellick Chan
[EMAIL PROTECTED]
Aug 27