.. _SSH_key_management: SSH key management ------------------ .. index:: keys;keys create .. index:: keys;keys add .. index:: keys;keys send SSH authentication requires maintaining the system SSH keys. This can be done as follows: * **keys create** creates a local SSH keyset * **keys add ** adds the remote host to the known hosts list allowing outgoing connections * **keys send @** will send the public key from the local SSH keyset to the remote server, thereby enabling remote SSH authentication. For example, if you wish to perform a backup to a remote host, first create a local key if necessary with **keys create**. Allow communication with the host using **keys add **. Send the key to the remote host with **keys send @**. The certificates are independent of web servers/proxies. For more details on SSH key-based authentication, refer to OpenSSH documentation. .. |VOSS-4-UC| replace:: VOSS-4-UC .. |Unified CM| replace:: Unified CM