๐–„๐•บ๐ŸŒŽ๐•ฟ๐•ฝ๐•บยฅ

๐–„๐•บ๐ŸŒŽ๐•ฟ๐•ฝ๐•บยฅ

๐•ด ๐–‰๐–” ๐–’๐–†๐–Œ๐–Ž๐–ˆ
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.