GET SSH Servers Access ID
The GET /SSH The SSH (secure shell) protocol provides for secure connections between computers. It provides several options for authentication, including public key, and protects the communications with strong encryption./Servers/Access/{id} method is used to retrieve Linux logons for an SSH server, along with any users or service accounts mapped to those logons, from Keyfactor Command for the specified server ID. This method returns HTTP 200 OK on a success with details of the logons and associated users, if applicable, for the specified SSH server.
SSH actions are affected by ownership on the server group
Table 678: GET SSH Servers Access {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. An integer indicating the Keyfactor Command reference ID for the SSH server for which to retrieve logon and user mappings. Use the GET /SSH/Servers method (see GET SSH Servers) to retrieve a list of all the SSH servers to determine the server's ID. |
Table 679: GET SSH Servers Access {id} Response Data
Name | Description |
---|---|
ServerId | An integer indicating the Keyfactor Command reference ID for the SSH server. |
LogonUsers |
An array of objects containing information for the Linux logons from the Linux server that have been stored in Keyfactor Command. |


