SSH server & client cookbook for Chef

Installs ferm firewall script for SSH.

Requirements

Configuration

It reuses configuration of ssh cookbook (port numbers). A fragment of the attributes used is listed below. For full reference please refer to mlen/ssh-cookbook.

default['ssh'] = {

  ...

  'server' => {

    ...

    'port' => 22,

    ...

  }
}