Returns temporary SSH keys you can use to connect to a specific virtual private server, or instance.
See https://www.paws-r-sdk.com/docs/lightsail_get_instance_access_details/ for full documentation.
lightsail_get_instance_access_details(instanceName, protocol = NULL)
[required] The name of the instance to access.
The protocol to use to connect to your instance. Defaults to ssh
.