summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2015-11-15correct section number for ssh-agent;Jason McIntyre
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-22fix two typos.Igor Sobrado
2015-09-11tweak previous;Jason McIntyre
2015-09-11expand %i in ControlPath to UID; bz#2449Damien Miller
2015-09-04full stop belongs outside the brackets, not inside;Jason McIntyre
2015-09-04better document ExitOnForwardFailure; bz#2444, ok dtucker@Damien Miller
2015-08-14match myproposal.h order; from brian conwayJason McIntyre
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-07-03turn off 1024 bit diffie-hellman-group1-sha1 key exchange methodDamien Miller
2015-06-02mention CheckHostIP adding addresses to known_hosts;Damien Miller
2015-05-28Fix typo (keywork->keyword)Darren Tucker
2015-05-27Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 overDarren Tucker
2015-04-28enviroment -> environment: apologies to darren for not spotting that firstJason McIntyre
2015-04-28Document that the TERM environment variable is not subject to SendEnvDarren Tucker
2015-03-30ssh-askpass(1) is the default, overridden by SSH_ASKPASS;Jason McIntyre
2015-02-20UpdateHostKeys fixes:Damien Miller
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-02-02turn UpdateHostkeys off by default until I figure out mlarkin@'sDamien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-26correct description of UpdateHostKeys in ssh_config.5 andDamien Miller
2015-01-26Host key rotation support.Damien Miller
2014-12-22tweak previous;Jason McIntyre
2014-12-22mention ssh -Q feature to list supported { MAC, cipher, KEX, key }Damien Miller
2014-12-21document FingerprintHash here tooDamien Miller
2014-12-04add RevokedHostKeys option for the clientDamien Miller
2014-11-10mux-related manual tweaksDamien Miller
2014-10-09tweak previous;Jason McIntyre
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-07-07mention that ProxyCommand is executed using shell "exec" to avoidDamien Miller
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-07-03mention '%%' escape sequence in HostName directives and how it mayDamien Miller
2014-03-28sync available and default algorithms, improve algorithm list formattingChristian Weisgerber
2014-02-23reparse ssh_config and ~/.ssh/config if hostname canonicalisation changesDamien Miller
2014-01-19fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocalDamien Miller
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-11-21no need for .Pp before displays;Jason McIntyre
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-11-02the default kex is now curve25519-sha256@libssh.orgMarkus Friedl
2013-10-24Disallow empty Match statements and add "Match all" which matches everything.Darren Tucker
2013-10-20tweak the "exec" description, as worded by djm;Jason McIntyre
2013-10-20rename "command" subclause of the recently-added "Match" keyword toDamien Miller
2013-10-20document % expansions performed by "Match command ..."Damien Miller
2013-10-16one I missed in previous: s/isation/ization/Damien Miller