Windows Environment variable passing through OpenSSH

I am using OpenSSH for Windows to connect a Linux machine to a Windows machine.
To do this, I installed an SSH server for Windows v5.6p1-2.
I also declared authorized users.

On my Linux machine, I connect to the Windows machine using the command "ssh user @machine".

My problem is that after connecting I get only some Windows environment variables, but not all system and user variables.
Can I get all the Windows environment variables?

Thank,

+5
source share
1 answer

"This should limit security holes."

Check it out, he has several solutions.

http://cygwin.com/ml/cygwin/2006-11/msg00394.html

+3

All Articles