sshGenerate key pair (most secure ed25519 algorithm)
ssh-keygen -t ed25519
ctrl + c
-t ed25519 will generate the key pair based on the best-known algorithm at the moment (may 2020) |
Related
More of Ssh
- Generate RSA key pair
- Quickly copy large number of files using scp.
- Upload folder to remote server
- Disable host key check ("The Authenticity Of Host Can’t Be Established" error)
- Switch to a specific directory right on login
- Disable password authentication on the server
- Download remote file from server
- Upload file to remote server
- Upload file to a remote server (using ssh key)
See more codes...