Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-29 | sshd -D, startup w/o daemon(), for monitoring scripts or initab; | Markus Friedl | |
from handler@sub-rosa.com and eric@urbanrage.com; ok niels@ | |||
2000-11-22 | talk about /etc/primes, okay markus@ | Niels Provos | |
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-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-10-16 | Add idents for files which lack them | Damien Miller | |
Fix idents Id -> OpenBSD for the rest | |||
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl | |
2000-10-13 | more info about -V | Markus Friedl | |
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell | |
2000-09-21 | typo | Markus Friedl | |
2000-09-12 | multiple debug levels | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-08-31 | implement a SFTP server. interops with sftp2, scp2 and the windows | Markus Friedl | |
client from ssh.com | |||
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt | |
2000-08-17 | sshd -u len, similar to telnetd | Markus Friedl | |
2000-08-02 | disallow kerberos authentication if we can't verify the TGT; from | Niels Provos | |
dugsong@ kerberos authentication is on by default only if you have a srvtab. | |||
2000-08-02 | disable kerberos authentication by default | Niels Provos | |
2000-08-01 | many fixes from pepper@mail.reppep.com | Theo de Raadt | |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl | |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter | |
2000-06-05 | document UseLogin better | Markus Friedl | |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl | |
2000-05-08 | some markus certified spelling adjustments | Hugh Graham | |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl | |
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl | |
2000-05-03 | sync AUTHOR w/ ssh.1 | Markus Friedl | |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl | |
2000-05-03 | s/DsaKey/HostDSAKey/, document option | Markus Friedl | |
2000-05-03 | there is no rhosts_dsa | Markus Friedl | |
2000-05-02 | a start at describing what i understand of the DSA side | Theo de Raadt | |
2000-05-01 | PidFile, pr 1210 | Markus Friedl | |
2000-05-01 | Minor tweaks and typo fixes. | Hugh Graham | |
2000-04-12 | document Protocol, Ciphers | Markus Friedl | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-29 | typo | Theo de Raadt | |
2000-03-29 | reorder Xr to avoid cutting | Theo de Raadt | |
2000-03-24 | fix spelling errors, From: FreeBSD | Brad Smith | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-02-24 | sync with sshd_config | Markus Friedl | |
2000-02-21 | do not link to a commercial page.. | Theo de Raadt | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-15 | typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.net | Niels Provos | |
2000-01-14 | sort options, from paskalis@di.uoa.gr; .Xr gzip 1 | Markus Friedl | |
2000-01-04 | document -4, -6, and 'ssh -L 2022/::1/22' | Markus Friedl | |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) | |||
1999-11-22 | syslog changes: | Markus Friedl | |
* Unified Logmessage for all auth-types, for success and for failed * Standard connections get only ONE line in the LOG when level==LOG: Auth-attempts are logged only, if authentication is: a) successfull or b) with passwd or c) we had more than AUTH_FAIL_LOG failues * many log() became verbose() * old behaviour with level=VERBOSE | |||
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl | |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl | |