Skip to main content

create_ssh_key

Function create_ssh_key 

Source
pub async fn create_ssh_key(
    configuration: &Configuration,
    params: CreateSshKeyParams,
) -> Result<CreateSshKeyResponse, Error<CreateSshKeyError>>
Expand description

Creates a new SSH key with the given name and public_key. Once an SSH key is created, it can be used in other calls such as creating Servers.