LTSP-REMOTEAPPS(8) | LTSP Manual | LTSP-REMOTEAPPS(8) |
ltsp remoteapps - run applications on the LTSP server via ssh -X
ltsp [ltsp-options] remoteapps
application [parameters] ...
ltsp [ltsp-options] remoteapps [-r
register] application ...
Setup passwordless SSH, by ensuring that ~/.ssh/authorized_keys contains one of the public user's SSH keys. Then execute ssh -X server app params. If the user has no SSH keys, a new one is generated. For ltsp remoteapps app to work, /home/username should already be mounted via NFS (on LTSP client boot) or SSHFS (on LTSP user login).
See the ltsp(8) man page for ltsp-options.
The following ltsp.conf parameter can be used to register the MATE applications users-admin (Menu ▸ System ▸ Administration ▸ Users and Groups) and mate-about-me (Menu ▸ System ▸ Preferences ▸ Personal ▸ About Me) as remoteapps:
[clients] REMOTEAPPS="users-admin mate-about-me"
That way, LTSP users are able to change their passwords or display names. The password change takes effect immediately, while for the new display name to appear in the LTSP client, the sysadmin must run ltsp initrd and the client needs to be rebooted.
Copyright 2019-2022 the LTSP team, see AUTHORS.
ltsp(8), ltsp.conf(5), ltsp-dnsmasq(8), ltsp-image(8), ltsp-info(8), ltsp-initrd(8), ltsp-ipxe(8), ltsp-kernel(8), ltsp-nfs(8)
Online documentation is available on https://ltsp.org
2023-08-19 | LTSP 23.02-1+deb12u1 |