summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2017-05-30tweak previous;Jason McIntyre
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-07As promised in last release announcement: remove support forDamien Miller
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-03remove miscellaneous SSH1 leftovers; ok markus@Christian Weisgerber
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2017-04-28sort;Jason McIntyre
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-02-27errant dot; from klemens nanniJason McIntyre
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2016-10-15various formatting fixes, specifically removing Dq;Jason McIntyre
2016-09-28use a separate TOKENS section, as we've done for sshd_config(5);Jason McIntyre
2016-09-22mention curve25519-sha256 KEXDamien Miller
2016-09-05remove 3des-cbc from the client's default proposal; 64-bit block ciphersDamien Miller
2016-07-22improve wording; suggested by jmc@Damien Miller
2016-07-22reverse the order in which -J/JumpHost proxies are visited to beDamien Miller
2016-07-16- add proxyjump to the options listJason McIntyre
2016-07-15Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)Damien Miller
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-04-17tweak previous;Jason McIntyre
2016-04-15Include directive for ssh_config(5); feedback & ok markus@Damien Miller
2016-02-20AddressFamily defaults to any.Igor Sobrado
2016-02-17rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly inDamien Miller
2016-02-17since these pages now clearly tell folks to avoid v1, normaliseJason McIntyre
2016-02-16Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions inDamien Miller
2016-02-11sync crypto algorithm lists in ssh_config(5) and sshd_config(5)Damien Miller
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