LDM_SSHOPTIONS only partially implemented
Alkis Georgopoulos <[email protected]> Sun, 12 Apr 2009 07:59:25 +0300
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <1239512365.3834.5.camel@alkis> |
In http://www.ltsp.org/~sbalneav/LTSPManual.html#ldm-variables
LDM_SSHOPTIONS is mentioned: "Allows you to specify custom options to
the ssh sessions started between LDM and the server."
In ldm.c, there's logic to get the value from lts.conf:
ldm.sshoptions = g_strdup(getenv("LDM_SSHOPTIONS"));
But in sshutils.c, there isn't any code in ssh_session() to use the
value:
command = g_strjoin(" ", "ssh", "-Y", "-t", "-M", "-S",
ldm.control_socket, port ? port : "", "-o", "NumberOfPasswordPrompts=1",
userathost, "echo " SENTINEL "; /bin/sh -", NULL);
So it should either be supported or completely removed.
Regards,
Alkis
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_____________________________________________________________________
Ltsp-developer mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-developer
For additional LTSP help, try #ltsp channel on irc.freenode.net