fnichol / knife-server

A Chef Knife plugin to manage Chef Servers. Bootstrap a new Chef Server on Amazon's EC2, Digital Ocean, Linode, OpenStack or a standalone server. Backup and restore your Chef Server or Hosted Chef's node, role, data bag, and environment JSON data.
http://fnichol.github.com/knife-server
Apache License 2.0
158 stars 34 forks source link

enable ssh on firewall #43

Closed taylor closed 10 years ago

taylor commented 11 years ago

SSH was not being enabled when using

knife server bootstrap standalone --node-name nodename --host A.B.C.D --ssh-user root

fnichol commented 10 years ago

Oh yeah, this makes total sense. Thank you and sorry for the delay on my end.