Re: Cygwin 1.7.7, User Variables, User Profiles

2010-11-24 Thread Cyrille Lefevre
Le 24/11/2010 09:13, rudolf.be...@extern.sdv-it.de a écrit : > TERM=dumb -> Missing TEST this is the normal behaviour, ssh doesn't transfert environment variable except if you ask him to do and allow it. do : see SendEnv in man ssh_config for the cl

Re: Cygwin 1.7.7, User Variables, User Profiles

2010-11-24 Thread Thorsten Kampe
* rudolf.be...@extern.sdv-it.de (Wed, 24 Nov 2010 09:13:14 +0100) > I try to invoke the "set" command over ssh to a Cygwin 1.7.7 server > and would expect that I get the variables I have defined in > $HOME/user/.profile > ... > TEST=test > export TEST > That's equivalent to "export TEST=tes

Cygwin 1.7.7, User Variables, User Profiles

2010-11-24 Thread rudolf . bendl
Hi all, I try to invoke the "set" command over ssh to a Cygwin 1.7.7 server and would expect that I get the variables I have defined in $HOME/user/.profile e.g: $HOME/user/.profile ... TEST=test export TEST ssh u...@host set ...SHELL=/bin/bash SHELLOPTS=braceexpand:hashall:interactive-