Changes between Version 2 and Version 3 of Plugins/SSHbase

Show
Ignore:
Timestamp:
06/25/09 20:05:25 (5 months ago)
Author:
solj (IP: 65.107.182.37)
Comment:

Add alias info

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/SSHbase

    v2 v3  
    1313 * Revoking existing keys -- deleting <repo>/SSHbase/*.H_<hostname> will remove keys for an existing client.  
    1414 
     15== Aliases == 
     16As 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 
    1518== Getting started ==  
    1619 
    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.  
    1821 1. Add !ConfigFile entries for /etc/ssh/ssh_known_hosts, and /etc/ssh/ssh_host_dsa_key, etc to a bundle or base. 
    1922 1. Enjoy.