summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
AgeCommit message (Collapse)Author
2008-06-10Add some skeletal debian packaging stuff and man pages, and moved confJameson Graef Rollins
files to etc directory.
2008-06-10New client/server components:Jameson Graef Rollins
- broke out all common functions to "common" file - put all client commands into "monkeysphere" script - put all server commands into "monkeysphere-server" script - moved all code into src directory to clean things up a bit - this effectively makes obsolete rhesus and howler - added proposed monkeysphere-ssh-proxycommand script that can be called to update known_hosts from ssh ProxyCommand - updated monkeysphere.conf to work as global client config - added monkeysphere-server.conf for server config
2008-06-09more work on rhesusJameson Graef Rollins
- known_hosts processing know processes known_hosts file directly - uses "ssh-keygen -R" to remove keys as necessary - known_hosts lines can be hashed if requested - added ability to specify required key capability - added ability to specify if user authorized_keys file is added
2008-05-23major overhaul of rhesus:Jameson Graef Rollins
- much more sophisticated validity checking of keys/uids - broke out more functions - cleaned-up/simplified code - changed to new variable naming standard
2008-05-04major overhaul of rhesus. it now handles creation of bothJameson Graef Rollins
authorized_keys and known_hosts files, and is capable of being used by an administrator to maintain authorized_keys files for users. monkeysphere.conf file was updated for use by system administrator.
2008-04-14more work on rhesus. Improve retreival of key based on userid. cleanJameson Graef Rollins
up output. cleanup variables and monkeysphere.conf
2008-03-30add start of a rhesus authorized_keys generator.Jameson Graef Rollins
start of a monkeysphere.conf file (in bash)