Age | Commit message (Expand) | Author |
2015-11-15 | correct section number for ssh-agent; | Jason McIntyre |
2015-11-15 | Add an AddKeysToAgent client option which can be set to 'yes', 'no', | Joshua Stein |
2015-09-24 | add ssh_config CertificateFile option to explicitly list | Damien Miller |
2015-09-22 | fix two typos. | Igor Sobrado |
2015-09-11 | tweak previous; | Jason McIntyre |
2015-09-11 | expand %i in ControlPath to UID; bz#2449 | Damien Miller |
2015-09-04 | full stop belongs outside the brackets, not inside; | Jason McIntyre |
2015-09-04 | better document ExitOnForwardFailure; bz#2444, ok dtucker@ | Damien Miller |
2015-08-14 | match myproposal.h order; from brian conway | Jason McIntyre |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-07-03 | turn off 1024 bit diffie-hellman-group1-sha1 key exchange method | Damien Miller |
2015-06-02 | mention CheckHostIP adding addresses to known_hosts; | Damien Miller |
2015-05-28 | Fix typo (keywork->keyword) | Darren Tucker |
2015-05-27 | Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over | Darren Tucker |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-03-30 | ssh-askpass(1) is the default, overridden by SSH_ASKPASS; | Jason McIntyre |
2015-02-20 | UpdateHostKeys fixes: | Damien Miller |
2015-02-16 | Revise hostkeys@openssh.com hostkey learning extension. | Damien Miller |
2015-02-02 | turn UpdateHostkeys off by default until I figure out mlarkin@'s | 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 |
2015-01-26 | Host key rotation support. | Damien Miller |
2014-12-22 | tweak previous; | Jason McIntyre |
2014-12-22 | mention ssh -Q feature to list supported { MAC, cipher, KEX, key } | Damien Miller |
2014-12-21 | document FingerprintHash here too | Damien Miller |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-11-10 | mux-related manual tweaks | 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-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-07-07 | mention that ProxyCommand is executed using shell "exec" to avoid | Damien Miller |
2014-07-03 | escape %C since groff thinks it part of an Rs/Re block; | Jason McIntyre |
2014-07-03 | Add a %C escape sequence for LocalCommand and ControlPath that expands | Damien Miller |
2014-07-03 | mention '%%' escape sequence in HostName directives and how it may | Damien Miller |
2014-03-28 | sync available and default algorithms, improve algorithm list formatting | Christian Weisgerber |
2014-02-23 | reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes | Damien Miller |
2014-01-19 | fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal | Damien Miller |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
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-24 | Disallow empty Match statements and add "Match all" which matches everything. | Darren Tucker |
2013-10-20 | tweak the "exec" description, as worded by djm; | Jason McIntyre |
2013-10-20 | rename "command" subclause of the recently-added "Match" keyword to | Damien Miller |
2013-10-20 | document % expansions performed by "Match command ..." | Damien Miller |
2013-10-16 | one I missed in previous: s/isation/ization/ | Damien Miller |