In general, if we want to access the remote server, we need to download the key, "token.pem".
Put the key to the specific path, "$HOME/token.pem".
Then use [chmod 400 $HOME/token.pem] and [ssh -i $HOME/token.pem user@hostname] for access.
Now, I want to write the shell script, "connection.sh"...