summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
AgeCommit message (Expand)Author
2020-01-25mention that permitopen=/PermitOpen do no name to addressDamien Miller
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-12-19"Forward security" -> "Forward secrecy" since that's the correct term.Darren Tucker
2019-12-17cut obsolete lists of crypto algorithms from outline of how SSH worksChristian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-25add a "no-touch-required" option for authorized_keys and a similarDamien Miller
2019-11-18mention ed25519-sk key/cert types here too; prompted by jmc@Damien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2018-07-22Switch authorized_keys example from ssh-dss to ssh-rsa since the formerDarren Tucker
2018-06-19spelling;Jason McIntyre
2018-06-19allow bare port numbers to appear in PermitListen directives, e.g.Damien Miller
2018-06-07tweak previous;Jason McIntyre
2018-06-06man bits for permitlisten authorized_keys optionDamien Miller
2018-03-14sort expiry-time;Jason McIntyre
2018-03-14rename recently-added "valid-before" key restriction to "expiry-time"Damien Miller
2018-03-12add valid-before="[time]" authorized_keys option. A simple way ofDamien Miller
2018-03-03Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 bumpedDarren Tucker
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