Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-10 | default to SSH2, now that m68k runs fast | Theo de Raadt | |
2001-02-02 | point at sshd(8) and ssh(1) | Theo de Raadt | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-07-11 | disable FallBackToRsh by default | Theo de Raadt | |
2000-04-17 | show 'Protocol' as an example, ok markus@ | Todd T. Fries | |
1999-10-27 | idea does not exist | Theo de Raadt | |
1999-10-03 | document CheckHostIP | Niels Provos | |
1999-09-26 | distribution target | Theo de Raadt | |