summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
AgeCommit message (Expand)Author
2018-02-16stop loading DSA keys by default, remove sshd_config stanza and manpageDamien Miller
2018-02-05I accidentially a wordDamien Miller
2017-11-03When doing a config test with sshd -T, only require the attributesDarren Tucker
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-06-24word fix;Jason McIntyre
2017-06-24use HostKeyAlias if specified instead of hostname for matching hostDamien Miller
2017-05-07As promised in last release announcement: remove support forDamien Miller
2017-01-30Small correction to the known_hosts section on when it is updated.Darren Tucker
2016-11-30When a forced-command appears in both a certificate and anDamien Miller
2016-08-19remove UseLogin option and support for having /bin/login manageDamien Miller
2016-08-15Catch up with the SSH1 code removal and delete all mention ofChristian Weisgerber
2016-02-17since these pages now clearly tell folks to avoid v1, normaliseJason McIntyre
2016-02-05mention internal DH-GEX fallback groups; bz#2302Damien Miller
2015-11-16Add a new authorized_keys option "restrict" that includes all currentDamien Miller
2015-09-11more clarity on what AuthorizedKeysFile=none does;Damien Miller
2015-07-03refuse to generate or accept RSA keys smaller than 1024 bits;Damien Miller
2015-05-01mention that the user's shell from /etc/passwd is used for commandsDamien Miller
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-04-19remove some really old rsh referencesTed Unangst
2014-03-26remove libwrap support. ok deraadt djm mfriedlTed Unangst
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-12-06missing comma;Jason McIntyre
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-06-27do not use Sx for sections outwith the man page - ingo informs me thatJason McIntyre
2013-04-07clarify -e text. suggested by & ok jmc@Darren Tucker
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
2012-10-04add umac128 variant; ok djm@ at n2k12Markus Friedl
2012-06-18Remove mention of 'three' key files since there are now four. FromDarren Tucker
2012-05-13Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust testsDarren Tucker
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-05-23tweak previous; ok djmJason McIntyre
2011-05-23allow AuthorizedKeysFile to specify multiple files, separated by spaces.Damien Miller
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-04Remove mentions of weird "addr/port" alternate address format for IPv6Damien Miller
2010-05-07add some optional indirection to matching of principal names listedDamien Miller
2010-03-05tweak previous;Jason McIntyre
2010-03-04move section on CA and revoked keys from ssh.1 to sshd.8's known hostsDamien Miller
2010-03-03the authorized_keys option for CA keys is "cert-authority", notDamien Miller
2010-02-26tweak previous;Jason McIntyre
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-01-30debug output goes to stderr, not "the system log"; ok markus dtuckerDamien Miller
2009-10-08some tweaks now that protocol 1 is not offered by default; ok markusJason McIntyre
2009-03-26fix a few typographical errors found by spell(1).Igor Sobrado
2008-10-03do not give an example of how to chmod files: we can presume the userJason McIntyre
2008-07-02increase default size of ssh protocol 1 ephemeral key from 768 to 1024Damien Miller