fuel-library/deployment/puppet/ssh/README.markdown
Eugene Kirpichov 75d6ad802c Initial commit
2012-09-07 17:38:58 -07:00

389 B

SSH Client and Server Puppet Module

Manage SSH client and server via Puppet

Client only

Collected host keys from servers will be written to known_hosts

    include ssh::client

Server only

Host keys will be collected for client distribution

    include ssh::server

Both client and server

Host keys will be collected and distributed

    include ssh