# Known SSH Hosts Management Security / Known SSH Hosts Management ## Create host - [GET /KnownHosts/create](https://api.docs.cpanel.net/specifications/cpanel.openapi/known-ssh-hosts-management/create.md): This function registers a host in the cPanel account's  file. ## Delete host - [GET /KnownHosts/delete](https://api.docs.cpanel.net/specifications/cpanel.openapi/known-ssh-hosts-management/knownhosts::delete.md): This function removes a host from the cPanel account's  file. ## Update host in the known_hosts file - [GET /KnownHosts/update](https://api.docs.cpanel.net/specifications/cpanel.openapi/known-ssh-hosts-management/knownhosts::update.md): This function updates a host's entry in the cPanel account's /home/user/.ssh/known_hosts file. ## Validate host - [GET /KnownHosts/verify](https://api.docs.cpanel.net/specifications/cpanel.openapi/known-ssh-hosts-management/verify.md): This function checks whether a host's public key exists in the cPanel account's  file.