sshGenerate key pair (most secure ed25519 algorithm)
ssh-keygen -t ed25519ctrl + c-t ed25519will generate the key pair based on the best-known algorithm at the moment (may 2020) |
Related
More of Ssh
- Upload folder to remote server
- Download remote directory from server
- Switch to a specific directory right on login
- Generate RSA key pair
- Set connection timeout
- Upload file to a remote server (using ssh key)
- Upload file to remote server
- Download remote file from server
- Quickly copy large number of files using scp.
See more codes...