Age | Commit message (Expand) | Author |
2016-10-07 | tidy up the formatting in this file. more specifically, replace | Jason McIntyre |
2016-09-28 | restore pre-auth compression support in the client -- the previous | Damien Miller |
2016-09-22 | organise the token stuff into a separate section; | Jason McIntyre |
2016-09-22 | mention curve25519-sha256 KEX | Damien Miller |
2016-09-21 | add a way for principals command to get see key ID and serial too | Damien Miller |
2016-09-14 | add %-escapes to AuthorizedPrincipalsCommand to match those supported | Damien Miller |
2016-09-07 | sort; from matthew martin | Jason McIntyre |
2016-08-19 | remove UseLogin option and support for having /bin/login manage | Damien Miller |
2016-08-15 | Catch up with the SSH1 code removal and delete all mention of | Christian Weisgerber |
2016-08-12 | Use 2001:db8::/32, the official IPv6 subnet for configuration examples. | Jeremie Courreges-Anglas |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-06-17 | grammar fix; | Jason McIntyre |
2016-06-17 | ban AuthenticationMethods="" and accept AuthenticationMethods=any | Damien Miller |
2016-05-04 | allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@ | Markus Friedl |
2016-04-27 | cidr permitted for {allow,deny}users; from lars nooden | Jason McIntyre |
2016-03-17 | UseDNS affects ssh hostname processing in authorized_keys, not | Damien Miller |
2016-02-17 | rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly in | Damien Miller |
2016-02-17 | since these pages now clearly tell folks to avoid v1, normalise | Jason McIntyre |
2016-02-16 | Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in | Damien Miller |
2016-02-11 | sync crypto algorithm lists in ssh_config(5) and sshd_config(5) | Damien Miller |
2016-02-05 | better description for MaxSessions; bz#2531 | Damien Miller |
2015-11-13 | Support "none" as an argument for sshd_config ForceCommand and | Damien Miller |
2015-11-13 | list a couple more options usable in Match blocks; bz#2489 | Damien Miller |
2015-10-07 | UsePrivilegeSeparation defaults to sandbox now. | Igor Sobrado |
2015-09-11 | more clarity on what AuthorizedKeysFile=none does; | Damien Miller |
2015-08-14 | match myproposal.h order; from brian conway | Jason McIntyre |
2015-08-06 | add prohibit-password as a synonymn for without-password, since the | Theo de Raadt |
2015-07-30 | change default: PermitRootLogin without-password | Theo de Raadt |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-20 | mention that the default of UseDNS=no implies that hostnames cannot | Damien Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-07-03 | refuse to generate or accept RSA keys smaller than 1024 bits; | Damien Miller |
2015-06-05 | typo: accidental repetition; bz#2386 | Damien Miller |
2015-05-22 | add knob to relax GSSAPI host credential check for multihomed hosts | Damien Miller |
2015-05-21 | add AuthorizedPrincipalsCommand that allows getting authorized_principals | Damien Miller |
2015-05-21 | support arguments to AuthorizedKeysCommand | Damien Miller |
2015-04-29 | Allow ListenAddress, Port and AddressFamily in any order. bz#68, | Darren Tucker |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | Fix typo in previous | Darren Tucker |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-04-27 | Make sshd default to PermitRootLogin=no; | Damien Miller |
2015-04-16 | Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys. | Darren Tucker |
2015-02-20 | sort options useable under Match case-insensitively; | Damien Miller |
2015-02-20 | more options that are available under Match; | Damien Miller |
2015-02-02 | increasing encounters with difficult DNS setups in darknets has | Theo de Raadt |
2015-01-22 | heirarchy -> hierarchy; | Jason McIntyre |
2015-01-22 | Provide a warning about chroot misuses (which sadly, seem to have become | Theo de Raadt |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2014-12-22 | mention ssh -Q feature to list supported { MAC, cipher, KEX, key } | Damien Miller |