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,
source
share