Where to Find User-Key Information
In the Key Manager GUI, information about the SSH keys in the managed environment can be found from the following pages:
-
The Home→Environment page provides a statistical summary of the trust relationships, and the SSH keys in your managed environment.
-
Authorized keys are listed on the User keys→Authorized keys page.
-
Private keys are listed on the User keys→Private keys page.
-
Authorizations are listed on the User keys→Authorizations page.
-
Host keys are listed on the Hosts→Host Keys page.
-
Key Manager maintains key-activity logs that provide information about how authorized keys are used. Key activity for individual user keys is displayed in their details panel, accessible through any page that lists keys. All key activity in the managed environment is listed in Logs→Key activity. Key activity for an authorized key can also be seen in its details panel.
Key-activity logging must be manually enabled on hosts in the managed environment that run OpenSSH-based SSH servers. See Enabling Key-Activity Monitoring for instructions.
Lists of various types of keys can be acquired using the command-line client (detailed in User-Key Commands):
ssh-mgr-client list-authorized-keys
ssh-mgr-client list-host-keys
ssh-mgr-client list-key-activity
ssh-mgr-client list-private-keys