Age | Commit message (Expand) | Author |
2016-05-04 | IdentityAgent for specifying specific agent sockets; ok djm@ | Markus Friedl |
2016-04-15 | Include directive for ssh_config(5); feedback & ok markus@ | Damien Miller |
2016-02-17 | since these pages now clearly tell folks to avoid v1, normalise | Jason McIntyre |
2016-02-16 | no need to state that protocol 2 is the default twice; | Jason McIntyre |
2016-02-16 | Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in | Damien Miller |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-11-06 | 1. rlogin and rsh are long gone | mmcc |
2015-09-25 | some certificatefile tweaks; ok djm | Jason McIntyre |
2015-09-24 | add ssh_config CertificateFile option to explicitly list | Damien Miller |
2015-09-11 | mention -Q key-plain and -Q key-cert; | Damien Miller |
2015-07-20 | Move .Pp before .Bl, not after to quiet mandoc -Tlint. | Todd C. Miller |
2015-07-20 | Better desciption of Unix domain socket forwarding. | Todd C. Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-05-22 | mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332 | Damien Miller |
2015-05-06 | Clarify pseudo-terminal request behaviour and use "pseudo-terminal" | Darren Tucker |
2015-03-03 | Allow "ssh -Q protocol-version" to list supported SSH protocol | Damien Miller |
2015-01-30 | Add a ssh_config HostbasedKeyType option to control which | Damien Miller |
2015-01-26 | correct description of UpdateHostKeys in ssh_config.5 and | Damien Miller |
2014-12-22 | add fingerprinthash to the options list; | Jason McIntyre |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-10-09 | tweak previous; | Jason McIntyre |
2014-10-08 | Tweak config reparsing with host canonicalisation | Damien Miller |
2014-08-30 | improve capitalization for the Ed25519 public-key signature system. | Igor Sobrado |
2014-07-24 | Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@ | Todd C. Miller |
2014-07-16 | add the streamlocal* options to ssh's -o list; millert says they're | Jason McIntyre |
2014-07-03 | document that -g will only work in the multiplexed case if applied to | Damien Miller |
2014-04-19 | delete .xr to hosts.equiv. there's still an unfortunate amount of | Ted Unangst |
2014-03-17 | old descriptions of des and blowfish are old. maybe ok deraadt | Ted Unangst |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2013-11-26 | - put -Q in the right place | Jason McIntyre |
2013-11-25 | improve -Q usage and such. One usage change is that the option is now | Theo de Raadt |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-10-16 | s/canonicalise/canonicalize/ for consistency with existing spelling, | Damien Miller |
2013-10-16 | Implement client-side hostname canonicalisation to allow an explicit | Damien Miller |
2013-10-15 | tweak previous; | Jason McIntyre |
2013-08-20 | some proxyusefdpass tweaks; | Jason McIntyre |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-07-18 | be more exact wrt perms for ~/.ssh/config; bz#2078 | Damien Miller |
2013-06-27 | do not use Sx for sections outwith the man page - ingo informs me that | Jason McIntyre |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2013-04-07 | Add -E option to ssh and sshd to append debugging logs to a specified file | Darren Tucker |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-06 | missing letter in previous; | Jason McIntyre |
2012-09-06 | Add ~v and ~V escape sequences to raise and lower the logging level | Darren Tucker |
2012-06-18 | Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc | Darren Tucker |
2012-06-18 | Remove mention of 'three' key files since there are now four. From | Darren Tucker |
2012-04-20 | use "brackets" instead of "braces", for consistency; | Jason McIntyre |
2011-09-11 | document new -O cancel command; ok djm@ | Okan Demirmen |
2011-09-10 | support cancellation of local/dynamic forwardings from ~C commandline; | Markus Friedl |