Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Follow the Lynda .com tutorial on CHEF.

Provision a Chef Server using http://manage.chef.io

When it comes to provisioning a Node, create and run an EC2 instance, then you need to allow root login as well as he ec2-user, to do this take these steps

  1. sudo -s (to become root)
    vi /root/.ssh/authorized_keys
    

    Delete the lines at the begining of the file until you get to the words ssh-rsa.

  2. vi /etc/ssh/sshd_config
    

    Set the variable PermitRootLogin to PermitRootLogin without-password

  3. service sshd resart
  • No labels