GithubHelp home page GithubHelp logo

Support forwarding stdin in pdsh about pdsh HOT 2 OPEN

maaand avatar maaand commented on September 14, 2024
Support forwarding stdin in pdsh

from pdsh.

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 14, 2024
Mark,

I vote for this, too ( presuming i wasn't the sf.net user ;) ). (i'm not just 
+1 Me Too... i have a use case here that may be of more real use than the 
md5sum example above)

Right now, i'm trying to do a simplistic encrypted password changer for the 
root account that doesn't end up putting the encrypted password onto the 
arglist for the process.

$ UMASK=077 echo "root:ENCRYPTEDPASSWD" > ${HOME}/pw.txt
$ pdsh -Rexec HOST-SPEC /bin/sh -c 'ssh root@%h /usr/sbin/chpasswd -e < 
${HOME}/pw.txt'

is the closest thing to doing this.

It'd be desireable to:

echo "root:ENCRYPTEDPASSWD" | pdsh HOST-SPEC --dup-stdin '/usr/sbin/chpasswd -e'
(presuming 'echo' is a shell builtin, or client machine is secured 
single-user...)

But, yeah, it's definitely a LOW priority item.

thanks,
--stephen

Original comment by [email protected] on 2 Nov 2011 at 10:43

from pdsh.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 14, 2024
Thanks for the added use case. It is on my TODO list, but pdsh doesn't get too 
much attention lately.

Original comment by [email protected] on 2 Nov 2011 at 11:07

from pdsh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.