Reply To: Wyse Linux with RSH

#12967
cntmonkeys
Member
  • Total Post: 22
  • Regular Joe
  • ★★

Hi thinkthin,
Thanks for you quick reply! 😀

I will try to explain with more details:
We have a customer that is needing to setup a connection with XDMCP and ICA/RDP.
He has anothers units as Fujistsu and ThinTune that work well and now he wants to change this units to Wyse S50.
I will try to explain how thats unit works and please, if you know, send a way to do this with Wyse S50.

-Thintune Units

He set up all connection (ICA, RDP and XDMCP) like in S50 which they are showed on Desktop

In XDMCP client on that unit has the following option:

Allow remote execution of connections via rsh (it’s ON)

When the customer connects in their Solaris Server from this unit, it runs a script to connect via ICA or RDP in a Windows Server, the script is the following:

rsh -n &
sleep 30
kill -9 $!

The rsh on ThinTune uses the ICA client from unit to connect to ICA server.

-Fujitsu (Siemens) Units

The connections also are set up on Desktop, but in this unit has the following option:

Allow remote X11 clients (it’s ON)

When the customer connects in their Solaris Server from this unit, it runs a script to connect via ICA or RDP in a Windows Server, the script is the following:

eluxapps /bin/wfica &

In Wyse units does’t have any option to able remote control like the other units.

The customer tried to install the SSHD add-on and he tried to run a command via RXVT, but didn’t work.

Do you have some other idea?

Thanks a lot.
Rafael