Age | Commit message (Expand) | Author |
2016-07-22 | improve wording; suggested by jmc@ | Damien Miller |
2016-07-22 | reverse the order in which -J/JumpHost proxies are visited to be | Damien Miller |
2016-07-16 | - add proxyjump to the options list | Jason McIntyre |
2016-07-15 | Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) | Damien Miller |
2016-05-04 | allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@ | Markus Friedl |
2016-05-04 | IdentityAgent for specifying specific agent sockets; ok djm@ | Markus Friedl |
2016-04-17 | tweak previous; | Jason McIntyre |
2016-04-15 | Include directive for ssh_config(5); feedback & ok markus@ | Damien Miller |
2016-02-20 | AddressFamily defaults to any. | Igor Sobrado |
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 |
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 |