paws.compute (version 0.1.0)

lightsail_delete_known_host_keys: Deletes the known host key or certificate used by the Amazon Lightsail browser-based SSH or RDP clients to authenticate an instance

Description

Deletes the known host key or certificate used by the Amazon Lightsail browser-based SSH or RDP clients to authenticate an instance. This operation enables the Lightsail browser-based SSH or RDP clients to connect to the instance after a host key mismatch.

Usage

lightsail_delete_known_host_keys(instanceName)

Arguments

instanceName

[required] The name of the instance for which you want to reset the host key or certificate.

Request syntax

svc$delete_known_host_keys(
  instanceName = "string"
)

Details

Perform this operation only if you were expecting the host key or certificate mismatch or if you are familiar with the new host key or certificate on the instance. For more information, see Troubleshooting connection issues when using the Amazon Lightsail browser-based SSH or RDP client.