Changes between Version 2 and Version 3 of Plugins/SSHbase
- Timestamp:
- 06/25/09 20:05:25 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins/SSHbase
v2 v3 13 13 * Revoking existing keys -- deleting <repo>/SSHbase/*.H_<hostname> will remove keys for an existing client. 14 14 15 == Aliases == 16 As of 1.0pre4, SSHbase has support for Aliases listed in clients.xml. The address for the entries are specified either through DNS (e.g. a CNAME), or via the address attribute to the Alias. 17 15 18 == Getting started == 16 19 17 1. Add SSHbase to the generators line in /etc/bcfg2.conf and restart the server -- This enables the SSHbase plugin in the bcfg2 server.20 1. Add SSHbase to the generators line (plugins line in 1.0 or greater) in /etc/bcfg2.conf and restart the server -- This enables the SSHbase plugin in the bcfg2 server. 18 21 1. Add !ConfigFile entries for /etc/ssh/ssh_known_hosts, and /etc/ssh/ssh_host_dsa_key, etc to a bundle or base. 19 22 1. Enjoy.