Reference Guide
...
Importing Devices from Amazon ...
SSH Key Configuration for AWS Devices
3 min
by default, aws instances are created with an ssh key in the aws console management screen if devices imported from aws are configured to log in with an ssh key, single connect can provide a seamless connection to those devices, otherwise, the global username and password need to be defined for each device group to use an ssh key for aws devices get the ssh key name stored in the device properties of each device navigate to device management > device inventory right click an aws device and select show properties (the ssh key name of the device is stored in the sshkeyname property) write down the value of this property to be used for the sapm module enable ssh key connection to device groups navigate to device management > device groups right click the device group the aws devices are imported to and select show properties select the adddevicesshkeytouserselection property and set the value as true uploading an ssh key to single connect will enable connections to the device navigate to sapm > sapm accounts fill in the required fields the name field must be exactly equal to the value of the device property “sshkeyname” select ssh key in the type field copy the contents of your ssh key into the secret data field ssh keys must be in an openssh key format this means that the value put into the secret data field should start with the “ begin ssh2 public key ” and end with the “ end ssh2 public key ” indicators