You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Is it possible to use ssh config file or ssh agent with knife zero?
I was able to use it with '-i ~/path_to_key' option only. I there a better alternative for it?
The text was updated successfully, but these errors were encountered:
I remember that the knife ssh function, which is the basis of knife-zero, refers to ~/.ssh/config. You may want to experiment with different configurations.
It seems ssh/config is ignored by bootstrap command only.
At the same time: /bin/knife zero converge - works with ssh/config /bin/knife ssh - works with ssh/config
Is it possible to use ssh forward agent with /bin/knife zero converge ?
I have this option set in config file knife[:forward_agent] = true
But it doesn't help, ssh-agent is not running. My recipe fails with STDERR: Could not open a connection to your authentication agent
knife -v
Chef Infra Client: 18.0.185
chef -v
Chef Workstation version: 22.10.1013
Chef Infra Client version: 17.10.0
Chef InSpec version: 4.56.20
Chef CLI version: 5.6.1
Chef Habitat version: 1.6.521
Test Kitchen version: 3.3.2
Cookstyle version: 7.32.1
Hi!
Is it possible to use ssh config file or ssh agent with
knife zero
?I was able to use it with '-i ~/path_to_key' option only. I there a better alternative for it?
The text was updated successfully, but these errors were encountered: