summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2020-01-25group14-sha1 is no longer a default algorithmTed Unangst
2020-01-25reword HashKnownHosts description a little more; some people foundDamien Miller
2020-01-25weaken the language for what HashKnownHosts provides with regardsDamien Miller
2020-01-21document the default value of the ControlPersist option; ok dtucker@ djm@Christian Weisgerber
2019-12-21Replace the term "security key" with "(FIDO) authenticator".Christian Weisgerber
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-12-19Document that security key-hosted keys can act as host keys.Christian Weisgerber
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-11-18document '$' environment variable expansion for SecurityKeyProvider; ok djm@Christian Weisgerber
2019-11-18more missing mentions of ed25519-sk; ok djm@Christian Weisgerber
2019-11-18mention ed25519-sk key/cert types here too; prompted by jmc@Damien Miller
2019-11-14directly support U2F/FIDO2 security keys in OpenSSH by linkingDamien Miller
2019-11-07Fill in missing man page bits for U2F security key support:Christian Weisgerber
2019-09-13clarify that IdentitiesOnly also applies to the default ~/.ssh/id_*Damien Miller
2019-09-13allow %n to be expanded in ProxyCommand stringsDamien Miller
2019-09-13clarify that ConnectTimeout applies both to the TCP connection and toDamien Miller
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-09-04Call comma-separated lists as such to clarify semantics.Christian Weisgerber
2019-08-16Call comma-separated lists as such to clarify semanticskn
2019-08-09Change description of TCPKeepAlive from "inactive" to "unresponsive"Darren Tucker
2019-08-02typo; from Christian HesseDamien Miller
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andJason McIntyre
2019-06-11consistent lettering for "HostName" keyword; from lauri tirkkonenJason McIntyre
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
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