Displaying 2 results from an estimated 2 matches for "lammp".
Did you mean:
lamp
2008 Dec 11
2
5.0 vs 5.1 remote command execution
...XXX/software/zlib-1.2.3 \
--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...
2009 Jan 07
3
[Bug 1549] New: change in remote command execution behavior
...XXX/software/zlib-1.2.3 \
--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 u...