14 ssh code solutions
All technologies- sshGenerate 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)
- Generate key pair (most secure ed25519 algorithm)
- 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)