...
- the name of the private key that must be used to connect to the instance, and
- the public DNS name of the instance.
The The file permissions of the private key file must be set such that the file is only readable by the user as shown in the chmod example above(e.g., #
chmod 400 <private-key-file>
).
There are several ways to connect to your Charon-SSP cloud instance using this basic SSH protocol access. Some of them are described in the following sections below.
...