search for: sshcmd

Displaying 4 results from an estimated 4 matches for "sshcmd".

Did you mean: rshcmd
2010 Oct 29
1
NetWorkSpace from REvolution; Distributed Computing setup questions
...same error and figured I could at least rule out a possible cause by setting it up on a linux machine. Ultimately I would like to get this working in Windows/Cygwin.) ***Section 2*** The function I used to start the sleigh is: s=sleigh( + nwsHost="172.30.xx.xx", + nwsPort=8765, + launch=sshcmd, + nodeList=c("10.85.xxx.xxx"), + scriptExec=envcmd, + scriptDir="/usr/local/lib/R/site-library/nws/bin", + scriptName="RNWSSleighWorker.sh", + workingDir='~/tmp/', + logDir='~/tmp/', + outfile="outfileTest", + user="tj") This funct...
2005 Jan 15
0
rssh and scponly arbitrary command execution
...gt; vulnerable when used with scponly: > - scp > - rsync > - unison (*untested) > > The program execution options that these programs offer: > > rdist -P <program> > rsync -e <program> > scp -S <program> > unison -rshcmd <program> > unison -sshcmd <program> > > These options allow the user to specify the location of the shell to use > when connecting to the remote host. No restriction is placed on what > programs may be specified by these options, and rssh and scponly do not > filter these options out. The end result...
2004 Dec 03
1
[BUGTRAQ] rssh and scponly arbitrary command execution
...on compile-time options. Those that are known to be vulnerable when used with scponly: - - scp - - rsync - - unison (*untested) The program execution options that these programs offer: rdist -P <program> rsync -e <program> scp -S <program> unison -rshcmd <program> unison -sshcmd <program> These options allow the user to specify the location of the shell to use when connecting to the remote host. No restriction is placed on what programs may be specified by these options, and rssh and scponly do not filter these options out. The end result is that although a user m...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...r and figured I could at least rule out a possible cause by setting it up on a linux machine. Ultimately I would like to get this working in Windows/Cygwin.) ***Section 2*** The function I used to start the sleigh is: s=sleigh( + nwsHost="172.30.xx.xx", + nwsPort=8765, + launch=sshcmd, + nodeList=c("10.85.xxx.xxx"), + scriptExec=envcmd, + scriptDir="/usr/local/lib/R/site-library/nws/bin", + scriptName="RNWSSleighWorker.sh", + workingDir='~/tmp/', + logDir='~/tmp/', + outfile="outfileTest", + user=&qu...