README.md
changeset 15 1332deddb45d
parent 14 07adc57ee2b0
equal deleted inserted replaced
14:07adc57ee2b0 15:1332deddb45d
     1 
     1 
     2 symphony-ssh
     2 symphony-ssh
     3 ############
     3 ============
     4 
     4 
     5 Description
     5 Description
     6 ------------
     6 ------------
     7 
     7 
     8 This is a small collection of base classes used for interacting with
     8 This is a small collection of base classes used for interacting with
    20 
    20 
    21 Options
    21 Options
    22 -------
    22 -------
    23 
    23 
    24 Symphony-ssh uses
    24 Symphony-ssh uses
    25 Configurability[https://rubygems.org/gems/configurability] to determine
    25 [Configurability](https://rubygems.org/gems/configurability) to determine
    26 behavior.  The configuration is a YAML[http://www.yaml.org/] file. 
    26 behavior.  The configuration is a [YAML](http://www.yaml.org/) file. 
    27 
    27 
    28     symphony:
    28     symphony:
    29         ssh:
    29         ssh:
    30             path: /usr/bin/ssh
    30             path: /usr/bin/ssh
    31             user: root
    31             user: root