Hello Tarjei,
You don't need to provide a password if you correct configure
client $HOME/.ssh/id_dsa or $HOME/.ssh/id_rsa
and
server $HOME/.ssh/authorized_keys
Thus use of ssh to launch local apps should be straightforward.
You don't need NIS to launch local apps using rsh/ssh
NIS is fairly unsecure and should not be used unless you have a very trusty
network, it makes shadow pass useless.
To launch local apps with rsh without NIS,
ltsp workstation: create an user named rmtapps
ltsp server: create an user rmtapps with the same uid
to launch the app:
sudo -u rmtapps rsh/ssh ${DISPLAY%%:*} "appname -display ${DISPLAY}"
does the trick
of course, you will need a correct configured /etc/sudoers file.
Good luck.
Cicero
On Tuesday 12 March 2002 14:18, you wrote:
> Hi,
>
> I'm considering if it is possible to use ssh instead of rsh to launch
> local apps.
>
> Has anyone tried this? I.e. to use ssh instread of rsh to launch local
> apps?
>
> Shouldn't this be possible? I tried to search the archives for this idea
> but didn't find anything. Please comment :)
>
>
> Tarjei
>
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.openprojects.net
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.openprojects.net