Age | Commit message (Collapse) | Author |
|
- 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
|
|
- 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
|
|
- add "gen-key", "publish-key", and "trust-uids" functions
small tweak to rhesus.
update README and MonkeySpec
|
|
- add ability to rhesus to just process specified userids.
- removed '--' in front of process type specification at command
line.
- cleaned up some log output
|
|
|
|
- much more sophisticated validity checking of keys/uids
- broke out more functions
- cleaned-up/simplified code
- changed to new variable naming standard
|
|
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.
|
|
up output. cleanup variables and monkeysphere.conf
|
|
rudimentery policy checking is implemented, but needs a lot more
fleshing out (currently only accepts "fully trusted" keys). need to
figure out how to query trustdb.
|
|
start of a monkeysphere.conf file (in bash)
|