SSH Users

The SSHClosed 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. Users component of the Keyfactor APIClosed An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes methods necessary to retrieve, create, update, rotate, and delete users and associated keys in Keyfactor Command.

Table 809: SSH Users Endpoints

Endpoint

Method

Description

Link

/{id}

DELETE

Deletes the SSH user with the specified ID. DELETE SSH Users ID
/{id} GET Returns the SSH user with the specified ID. GET SSH Users ID

/

GET

Returns a list of SSH users based on the specified filters. GET SSH Users

/

POST

Creates a new SSH user. POST SSH Users

/

PUT

Updates an existing SSH user. PUT SSH Users
/Access POST Creates a mapping from the SSH user to one or more Linux logons. POST SSH Users Access