Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller | |
2000-11-15 | add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys | Markus Friedl | |
2000-11-15 | typo, use .It | Markus Friedl | |
2000-11-15 | just ignore non existing user keys | Markus Friedl | |
2000-11-15 | reorder SYNOPSIS | Markus Friedl | |
2000-11-14 | do not reorder keys if a key is removed | Markus Friedl | |
2000-11-14 | check no_agent_forwarding_flag for ssh-2, too | Markus Friedl | |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ↵ | Markus Friedl | |
client | |||
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-11-12 | off-by-one when removing a key from the agent | Markus Friedl | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-11-10 | typo; from mouring@pconline.com | Markus Friedl | |
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell | |
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-11-06 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net | Markus Friedl | |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl | |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl | |
2000-10-31 | so that large packets do not wrap "n"; from netbsd | Markus Friedl | |
2000-10-31 | handle all old openssh versions | Markus Friedl | |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl | |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl | |
2000-10-26 | add older vandyke products | Markus Friedl | |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl | |
2000-10-21 | typo, eramore@era-t.ericsson.se; ok niels@ | Markus Friedl | |
2000-10-19 | don't reference freed memory. okay deraadt@ | Niels Provos | |
2000-10-19 | fmt string problem in unused code | Theo de Raadt | |
2000-10-18 | restore old record login behaviour | Markus Friedl | |
2000-10-18 | replace atomicio(read,...) with read(); ok deraadt@ | Markus Friedl | |
2000-10-18 | undo | Markus Friedl | |
2000-10-17 | return number of characters processed; ok deraadt@ | Markus Friedl | |
2000-10-16 | fixes from pekkas@netcore.fi | Markus Friedl | |
2000-10-16 | Add idents for files which lack them | Damien Miller | |
Fix idents Id -> OpenBSD for the rest | |||
2000-10-15 | CFLAGS+= -Wall | Markus Friedl | |
2000-10-15 | typos; from stevesk@sweden.hp.com | Markus Friedl | |
2000-10-14 | do not send RSA challenge if key is not allowed by key-options; from ↵ | Markus Friedl | |
eivind@ThinkSec.com | |||
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to ↵ | Markus Friedl | |
be changed for interoperability reasons | |||
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl | |
2000-10-14 | Cipher is for SSH-1 only | Markus Friedl | |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl | |
2000-10-14 | debug3 | Markus Friedl | |
2000-10-13 | prefer no compression | Markus Friedl | |
2000-10-13 | more info about -V | Markus Friedl | |
2000-10-13 | rijndael/aes support | Markus Friedl | |
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl | |
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell | |
2000-10-12 | remove unused | Markus Friedl | |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl | |
2000-10-11 | remove DES | Markus Friedl | |
2000-10-11 | new cipher framework | Markus Friedl | |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by ↵ | Markus Friedl | |
mkiernan@avantgo.com and me |