Hello, I have the following behaviour with openssh-2.3.0p1 # ssh host 'echo $PATH' (SSH1 protocol, works fine) /bin:/sbin:/usr/bin:/usr/sbin:/usr/ucb:/usr/opt/SUNWmd/sbin # ssh -2 host 'echo $PATH' (force SSH2 protocol, PATH env var is not set) <nothing> I can't execute a remote command with the SSH2 protocol. Any clue? Greets, Jean-Marc