Recent content by houzeyu2683

  1. H

    Put the "RSA PRIVATE KEY" in the shh command directly.

    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"...
Top