Age | Commit message (Expand) | Author |
2017-05-30 | tweak previous; | Jason McIntyre |
2017-05-30 | Add RemoteCommand option to specify a command in the ssh config | Alexander Bluhm |
2017-05-07 | As promised in last release announcement: remove support for | Damien Miller |
2017-05-03 | restore mistakenly deleted description of the ConnectionAttempts option | Christian Weisgerber |
2017-05-03 | remove miscellaneous SSH1 leftovers; ok markus@ | Christian Weisgerber |
2017-04-30 | remove SSHv1 configuration options and man pages bits | Damien Miller |
2017-04-28 | sort; | Jason McIntyre |
2017-04-28 | Add SyslogFacility option to ssh(1) matching the equivalent option in | Darren Tucker |
2017-02-27 | errant dot; from klemens nanni | Jason McIntyre |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2016-10-15 | various formatting fixes, specifically removing Dq; | Jason McIntyre |
2016-09-28 | use a separate TOKENS section, as we've done for sshd_config(5); | Jason McIntyre |
2016-09-22 | mention curve25519-sha256 KEX | Damien Miller |
2016-09-05 | remove 3des-cbc from the client's default proposal; 64-bit block ciphers | Damien Miller |
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 |