𝖄𝕺🌎𝕿𝕽𝕺¥

𝖄𝕺🌎𝕿𝕽𝕺¥

𝕴 𝖉𝖔 𝖒𝖆𝖌𝖎𝖈
github

Remote server SSH connection

.pem?#

It is the private key used to connect to a remote server, usually located in the .ssh/ directory.

How to connect?#

ssh -i {.pem file} {username}@{ip address}

Error#

WARNING: UNPROTECTED PRIVATE KEY FILE!#

File permission error, should be changed to read-only.

chmod 400 {.pem file}
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.