summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2019-03-01mention PKCS11Provide=none, reword a little and remove mention ofDamien Miller
2019-02-23openssh-7.9 accidentally reused the server's algorithm lists in theDamien Miller
2019-02-18sync the description of ~/.ssh/config with djm's updated description in ssh.1;Jason McIntyre
2019-01-22Mention that configuration for the destination host is not appliedDamien Miller
2018-11-23tweak previous;Jason McIntyre
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-10-03Allow ssh_config IdentityAgent directive to accept environment variableDamien Miller
2018-09-21Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allowDamien Miller
2018-09-21Treat connections with ProxyJump specified the same as ones with aDamien Miller
2018-09-20reorder CASignatureAlgorithms, and add them to the various -o lists;Jason McIntyre
2018-09-20add CASignatureAlgorithms option for the client, allowing it to specifyDamien Miller
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-07-03Improve strictness and control over RSA-SHA2 signature types:Damien Miller
2018-06-09sort previous;Jason McIntyre
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-01add missing punctuation after %i in ssh_config.5, and make the grammaticalJason McIntyre
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2018-04-07tweak previous;Jason McIntyre
2018-04-06Allow "SendEnv -PATTERN" to clear environment variables previouslyDamien Miller
2018-04-05We don't offer CBC cipher by default any more. Spotted by RenaudDamien Miller
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-02-23some cleanup for BindInterface and ssh-keyscan;Jason McIntyre
2018-02-23Add BindInterface ssh_config directive and -B command-line argumentDamien Miller
2018-02-16Mention recent DH KEX methods:Damien Miller
2018-02-10Mention ServerAliveTimeout in context of TCPKeepAlives; prompted byDamien Miller
2018-02-10Shorter, more accurate explanation of NoHostAuthenticationForLocalhostDamien Miller
2018-02-06Replace "trojan horse" with the correct term (MITM). From maikel atDarren Tucker
2017-10-24tweak previous; ok djmJason McIntyre
2017-10-23Expose devices allocated for tun/tap forwarding.Damien Miller
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-10-18remove unused Pp;Jason McIntyre
2017-10-18In the description of pattern-lists, clarify negated matches byDamien Miller
2017-10-05%C is hashed; from klemens nanniJason McIntyre
2017-09-21Add 'reverse' dynamic forwarding which combines dynamic forwardingMarkus Friedl
2017-09-04tweak previous;Jason McIntyre
2017-09-03Expand ssh_config's StrictModes option with two new settings:Damien Miller
2017-07-23Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP valueDamien Miller
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-06-24use HostKeyAlias if specified instead of hostname for matching hostDamien Miller
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