summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
AgeCommit message (Expand)Author
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
2008-06-11kill trailing whitespace;Jason McIntyre
2008-06-10support CIDR address matching in .ssh/authorized_keys from="..." stanzasDamien Miller
2008-06-10- update usage()Jason McIntyre
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-03-27remove trailing whitespace;Jason McIntyre
2008-03-26add no-user-rc authorized_keys option to disable execution of ~/.ssh/rcDamien Miller
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-09Document the correct permissions for the ~/.ssh/ directory.Ryan Thomas McBride
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20- let synopsis and description agree for -fJason McIntyre
2006-08-21Add more detail about what permissions are and aren't accepted forDarren Tucker
2006-07-19Add ForceCommand keyword to sshd_config, equivalent to the "command="Darren Tucker
2006-07-10s/and and/and/Jason McIntyre
2006-07-10Add port identifier to known_hosts for non-default ports, based originallyDarren Tucker
2006-02-24more consistency fixes;Jason McIntyre
2006-02-24signpost to PATTERNS section;Jason McIntyre
2006-02-19grammar;Jason McIntyre
2006-02-19sync the (s)hosts.equiv FILES entries w/ those from ssh.1;Jason McIntyre
2006-02-19move the sshrc stuff out of FILES, and into its own section:Jason McIntyre
2006-02-16sync some of the FILES entries w/ ssh.1;Jason McIntyre
2006-02-15remove ietf draft references; RFC list now maintained in ssh.1;Jason McIntyre
2006-02-13sort FILES and use a -compact list;Jason McIntyre
2006-02-13- avoid nasty line splitJason McIntyre
2006-02-13turn this into an example ssh_known_hosts file; ok djmJason McIntyre
2006-02-13small tweaks for the ssh_known_hosts section;Jason McIntyre
2006-02-13no need to subsection the authorized_keys examples - instead, convertJason McIntyre
2006-02-12sort the list of options permissable w/ authorized_keys;Jason McIntyre
2006-02-12rework the description of authorized_keys a little;Jason McIntyre
2006-02-09- move some text into a CAVEATS sectionJason McIntyre
2006-02-01small tweak;Jason McIntyre
2006-02-01- merge sections on protocols 1 and 2 into a single sectionJason McIntyre
2006-01-25move subsections to full sections;Jason McIntyre
2006-01-25move the options description up the page, and a few additional tweaksJason McIntyre
2006-01-12refer to TCP forwarding, rather than TCP/IP forwarding;Jason McIntyre
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@Kevin Steves
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-06-08increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@Damien Miller
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller