Age | Commit message (Collapse) | Author |
|
this was OK now that import_key works, and we can't really see a
reason to keep it around. We can resurect it down the line if need
be. Also, removed "expert" subcommand, after promting import_key,
since it may be need semi-regularly. The other "expert" commands are
now just not listed in the usage.
|
|
|
|
ssh key files, since they are actually done in different ways under different circumstances.
|
|
- create_*_*_file to create the key files
- load_*fingerprint to load the host fingerprint into an exported
variable (HOST_FINGERPRINT)
- check_host_*key to check for the presence of a host key
modified {import,gen}_key to use these new functions.
|
|
HOST_FINGERPRINT variables.
|
|
also, fix some function calls to check_host_fail function.
|
|
|
|
gpg_host_export_to_ssh_file functions, and update the {gen,import}_key
functions accordingly.
|
|
- remove stuff about expiration, so we assume keys imported/generated
with no expiration
- set expiration with 'set-expire' function
- update tests to test key importing and generation
- fix some bugs
|
|
- fix some references to old function names
- move fingerprint_server_key to be fingerprint_host_key
- update diagnostic scripts
|
|
|
|
scripts
|
|
Makefile as well)
|