search for: dlpoly

Displaying 2 results from an estimated 2 matches for "dlpoly".

Did you mean: dlply
2008 Dec 11
2
5.0 vs 5.1 remote command execution
...\ --with-tcp-wrappers With everything else being identical and just swapping the sshd binaries, I noticed the following: # ssh -v host135 debug1: match: OpenSSH_5.0 pat OpenSSH* ...snip # ssh host135 'echo $PATH' /opt/octave/current:/opt/mpiblast/current/bin:/opt/lammps/current/bin:/opt/dlpoly/current/execute: ...snip # ssh -v host135 debug1: match: OpenSSH_5.1 pat OpenSSH* ...snip # ssh host135 'echo $PATH' /usr/bin:/bin:/usr/sbin:/sbin According to the docs, the behaviour exhibited by v5.1 is correct, remote command execution should not process the user's login shell an...
2009 Jan 07
3
[Bug 1549] New: change in remote command execution behavior
...\ --with-tcp-wrappers With everything else being identical and just swapping the sshd binaries, I noticed the following: # ssh -v host135 debug1: match: OpenSSH_5.0 pat OpenSSH* ...snip # ssh host135 'echo $PATH' /opt/octave/current:/opt/mpiblast/current/bin:/opt/lammps/current/bin:/opt/dlpoly/current/execute: ...snip # ssh -v host135 debug1: match: OpenSSH_5.1 pat OpenSSH* ...snip # ssh host135 'echo $PATH' /usr/bin:/bin:/usr/sbin:/sbin According to the docs, the behavior exhibited by v5.1 is correct, remote command execution should not process the user's login shell and...