On Sat, May 24, 2008 at 05:23:25PM -0400, Ethan Mallove wrote: > Is there a way to get the $STY and $WINDOW environment variables to > propagate in an RSH/SSH session? E.g., if I start a Screen session, > $STY and $WINDOW go away once I have RSH/SSH'd to another machine.
The SendEnv directive in .ssh/ssh_config. See the ssh_config(5) manual for details. _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
