Issue #8675 has been reported by Carl Caum. ---------------------------------------- Bug #8675: If id_rsa file is present, user gets prompted for passphrase https://projects.puppetlabs.com/issues/8675
Author: Carl Caum Status: Unreviewed Priority: Normal Assignee: Category: Target version: Keywords: Branch: On my control node, I use the root user to issue provisioner commands. The root user on the system has a /root/.ssh/id_rsa file that requires a passphrase. When doing an `puppet node init` specifying a different keyfile, ssh tries to use the id_rsa file is present to install puppet. Moving the file out of the way clears the issue. [root@ip-10-204-65-156 ~]# puppet node init --certname puppetagent02 --login=root --keyfile=/root/.ec2/ccaum_rsa.pem ec2-50-19-72-46.compute-1.amazonaws.com notice: Waiting for SSH response ... notice: Waiting for SSH response ... Done notice: Installing Puppet ... Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text. Enter passphrase for /root/.ssh/id_rsa: -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
