summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config
AgeCommit message (Collapse)Author
2002-09-25sync LoginGraceTime with defaultMarkus Friedl
2002-08-21change LoginGraceTime default to 1 minute; ok mouring@ markus@Kevin Steves
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, ↵Markus Friedl
deraadt
2002-06-20add CompressionMarkus Friedl
2002-06-20refer to config file man pageKevin Steves
2002-05-15re-enable privsep and disable setuid for post-3.2.2Markus Friedl
2002-05-15disable privsep and enable setuid for the 3.2.2 releaseMarkus Friedl
2002-05-04enable privsep by default; provos okTheo de Raadt
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-21document default AFSTokenPassing no; ok deraadt@Kevin Steves
2002-03-21add privsep (off)Markus Friedl
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-16The stategy now used for options in the default sshd_config shippedKevin Steves
with OpenSSH is to specify options with their default value where possible, but leave them commented. Uncommented options change a default value. Subsystem is currently the only default option changed. ok markus@
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-09-20CheckMail removed. OKed stevesk@mouring
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
2001-05-31group options and add some more commentsMarkus Friedl
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-04-152,1, not 1,2Theo de Raadt
2001-04-15default for protocol is 1,2; ok markus@Kevin Steves
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :)
2001-03-25PrintLastLog option; from chip@valinux.com with some minorKevin Steves
changes by me. ok markus@
2001-02-24ssh2 rsa key before dsa keyTheo de Raadt
2001-02-22activate RSA 2 keyTheo de Raadt
2001-02-06enable sftp-server by defaultTheo de Raadt
2001-02-04type: ok markus@Damien Miller
2001-02-03Skey is now called ChallengeResponseMarkus Friedl
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-02-02point at sshd(8) and ssh(1)Theo de Raadt
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-13oopsMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
from stevesk@pobox.com
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled).
2000-11-15add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keysMarkus Friedl
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-10-11add support for s/key (kbd-interactive) to ssh2, based on work by ↵Markus Friedl
mkiernan@avantgo.com and me
2000-08-31implement a SFTP server. interops with sftp2, scp2 and the windowsMarkus Friedl
client from ssh.com
2000-08-04MaxStartupsMarkus Friedl
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-04-17show 'Protocol' as an example, ok markus@Todd T. Fries
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-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
obsoletes QuietMode and FascistLogging in sshd.
1999-10-17remove AllowHosts, DenyHosts, SilentDeny server access control cruft - ↵Dug Song
replace with LIBWRAP moved to child. ok markus@ deraat@
1999-10-11UseLogin, default=no, from kpa@gmx.net, ok deraadt@Markus Friedl
1999-10-07You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=noMarkus Friedl