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
{{ message }}
This repository was archived by the owner on May 18, 2021. It is now read-only.
Mathias Lafeldt edited this page Nov 27, 2014
·
2 revisions
chef-runner can provision remote hosts like EC2 instances, or basically any
system reachable over SSH.
Use the -H option (or --host) to specify the name of a host that was
configured for direct SSH access. The argument passed to -H has the format
[user@]hostname[:port], allowing you to optionally change SSH user and port.
If you need to change other SSH settings, either use --ssh or add a
host-specific configuration section to your ~/.ssh/config file.