summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
AgeCommit message (Collapse)Author
2000-11-29sshd -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-22talk about /etc/primes, okay markus@Niels Provos
2000-11-12add 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-16Add idents for files which lack themDamien Miller
Fix idents Id -> OpenBSD for the rest
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
2000-10-13more info about -VMarkus Friedl
2000-10-13Repair formatting errors introduced after 2.7.Aaron Campbell
2000-09-21typoMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo 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-31implement a SFTP server. interops with sftp2, scp2 and the windowsMarkus Friedl
client from ssh.com
2000-08-25no need for those dynamic libraries anymoreTheo de Raadt
2000-08-17sshd -u len, similar to telnetdMarkus Friedl
2000-08-02disallow kerberos authentication if we can't verify the TGT; fromNiels Provos
dugsong@ kerberos authentication is on by default only if you have a srvtab.
2000-08-02disable kerberos authentication by defaultNiels Provos
2000-08-01many fixes from pepper@mail.reppep.comTheo de Raadt
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-06-05document UseLogin betterMarkus Friedl
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-08some markus certified spelling adjustmentsHugh Graham
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-03sync AUTHOR w/ ssh.1Markus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-03s/DsaKey/HostDSAKey/, document optionMarkus Friedl
2000-05-03there is no rhosts_dsaMarkus Friedl
2000-05-02a start at describing what i understand of the DSA sideTheo de Raadt
2000-05-01PidFile, pr 1210Markus Friedl
2000-05-01Minor tweaks and typo fixes.Hugh Graham
2000-04-12document Protocol, CiphersMarkus Friedl
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-29typoTheo de Raadt
2000-03-29reorder Xr to avoid cuttingTheo de Raadt
2000-03-24fix spelling errors, From: FreeBSDBrad Smith
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-24sync with sshd_configMarkus Friedl
2000-02-21do not link to a commercial page..Theo de Raadt
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-15typo; sotiris.vassilopoulos@betatech.gr via adejoode@zedz.netNiels Provos
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-04document -4, -6, and 'ssh -L 2022/::1/22'Markus Friedl
2000-01-04ipv6 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-22syslog 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 modeMarkus Friedl
1999-11-19document SIGHUP, -Q to synopsisMarkus Friedl