[chef] Re: `knife ssh` to multiple servers with passphrase on key


Chronological Thread 
  • From: Morgan Blackthorne < >
  • To:
  • Subject: [chef] Re: `knife ssh` to multiple servers with passphrase on key
  • Date: Fri, 22 Feb 2013 11:49:31 -0800

Use ssh-agent to load the passphrase into memory before running knife ssh, and then kill ssh-agent afterwards?

--
~*~ StormeRider ~*~

"Every world needs its heroes [...] They inspire us to be better than we are. And they protect from the darkness that's just around the corner."

(from Smallville Season 6x1: "Zod")

On why I hate the phrase "that's so lame"... http://bit.ly/Ps3uSS


On Fri, Feb 22, 2013 at 11:45 AM, Dane Elwell < " target="_blank"> > wrote:
Hello guys,

I'm having some issues using "knife ssh" with an identity file that needs to be unlocked with a passphrase.

I would expect to be prompted for the passphrase just once, but that's not happening, Instead I'm getting prompted for every server I'm trying to connect to, all at the same time. (As a side effect, this also breaks the shell until I run 'reset').

For example:

~]# knife ssh -p2020 -x root 'name:*' 'ls -a'
Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa:

I've tried it with -C1 but that also breaks (and negates any advantages of using knife ssh in the first place, IMO!)

~]# knife ssh -C1 -p2020 -x root 'name:*' 'ls -a'
Enter passphrase for /var/chef/.ssh/id_rsa:
ks-02.os.ecloud.ukfast.net    .  ..  .bash_history  .bashrc  .cache  .gem  .profile  .ssh
Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa: Enter passphrase for /var/chef/.ssh/id_rsa:

Using the -P option doesn't work as that's for the SSH session itself, not the passphrase to the key.

Any idea how I can get around this?

Thanks

Dane




Archive powered by MHonArc 2.6.16.

§