Age | Commit message (Expand) | Author |
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 |
2014-12-22 | tweak previous; | Jason McIntyre |
2014-12-22 | correct description of what will happen when a AuthorizedKeysCommand is | Damien Miller |
2014-12-22 | remember which public keys have been used for authentication and | Damien Miller |
2014-12-21 | tweak previous; | Jason McIntyre |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-12-12 | revert chunk I didn't mean to commit yet; via jmc@ | Damien Miller |
2014-12-11 | mention AuthorizedKeysCommandUser must be set for | Damien Miller |
2014-11-22 | restore word zapped in previous, and remove some useless "No" macros; | Jason McIntyre |
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt |
2014-09-09 | mention permissions on tun(4) devices in PermitTunnel documentation; | Damien Miller |
2014-08-30 | typo. | Igor Sobrado |
2014-07-28 | some systems no longer need /dev/log; | Ingo Schwarze |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-07-03 | Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is | Damien Miller |
2014-03-28 | sync available and default algorithms, improve algorithm list formatting | Christian Weisgerber |
2014-02-27 | bz#2184 clarify behaviour of a keyword that appears in multiple | Damien Miller |
2014-01-29 | document kbdinteractiveauthentication; | Jason McIntyre |
2013-12-08 | Use a literal for the default value of KEXAlgorithms. ok deraadt jmc | Darren Tucker |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2013-11-21 | no need for .Pp before displays; | Jason McIntyre |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-11-02 | the default kex is now curve25519-sha256@libssh.org | Markus Friedl |
2013-10-29 | pty(4), not pty(7); | Jason McIntyre |
2013-10-29 | shd_config PermitTTY to disallow TTY allocation, mirroring the | Damien Miller |
2013-10-24 | Disallow empty Match statements and add "Match all" which matches everything. | Darren Tucker |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl |
2013-06-27 | do not use Sx for sections outwith the man page - ingo informs me that | Jason McIntyre |
2013-05-16 | oops! avoid Xr to self; | Jason McIntyre |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2013-04-19 | document the requirment that the AuthorizedKeysCommand be owned by root; | Damien Miller |
2013-03-07 | add submethod support to AuthenticationMethods; ok and freedback djm@ | Markus Friedl |
2013-02-06 | Change default of MaxStartups to 10:30:100 to start doing random early | Darren Tucker |
2013-01-18 | tweak previous; | Jason McIntyre |
2013-01-17 | add support for Key Revocation Lists (KRLs). These are a compact way to | Damien Miller |
2013-01-08 | support AES-GCM as defined in RFC 5647 (but with simpler KEX handling) | Markus Friedl |
2012-12-11 | add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms | Markus Friedl |
2012-12-03 | tweak previous; | Jason McIntyre |
2012-12-02 | make AllowTcpForwarding accept "local" and "remote" in addition to its | Damien Miller |
2012-11-04 | Support multiple required authentication via an AuthenticationMethods | Damien Miller |
2012-11-04 | Remove default of AuthorizedCommandUser. Administrators are now expected | Damien Miller |
2012-10-31 | tweak previous; | Jason McIntyre |
2012-10-30 | new sshd_config option AuthorizedKeysCommand to support fetching | Damien Miller |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-06-29 | match the documented MAC order of preference to the actual one; ok dtucker@ | Christian Weisgerber |
2012-06-28 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed | Darren Tucker |
2012-06-19 | tweak previous; ok markus | Jason McIntyre |
2012-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-05-19 | Document PermitOpen none. bz#2001, patch from Loganaden Velvindron | Darren Tucker |