Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh-keygen: Make option parsing work with OpenSSH < 7
OpenSSH 7.x: usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] [-N new_passphrase] [-C comment] [-f output_keyfile] ssh-keygen -p [-P old_passphrase] [-N new_passphrase] [-f ...] Earlier: usage: ssh-keygen [options] Options: -A Generate non-existent host keys for all key types. -a number Number of KDF rounds for new key format or ...
- Loading branch information