summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2024-10-25mlkem768x25519-sha256 has been promoted to default key exchangeChristian Weisgerber
2024-10-18mention that LocalForward and RemoteForward can accept Unix domain socketDamien Miller
2024-09-25remove some unneeded Xo/Xc calls; from evan silbermanJason McIntyre
2024-09-09document the mlkem768x25519-sha256 key exchange algorithmChristian Weisgerber
2024-09-03envrionment -> environment;Jason McIntyre
2024-09-03allow the "Include" directive to expand the same set of %-tokensDamien Miller
2024-08-22sntrup761x25519-sha512 now has an IANA codepoint assigned,Damien Miller
2024-07-14fix double word; ok dtucker@Jonathan Gray
2024-07-04fix grammar: "a pattern lists" -> "one or more pattern lists"Damien Miller
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2024-06-14clarify KEXAlgorithms supported vs available. Inspired by bz3701Damien Miller
2024-02-21fix typo in match directive predicate (s/tagged/tag)Damien Miller
2024-01-10fix incorrect capitalisation;Jason McIntyre
2024-01-09add a "global" ChannelTimeout type to ssh(1) and sshd(8) that watchesDamien Miller
2023-10-12add %j token that expands to the configured ProxyJump hostname (orDamien Miller
2023-10-11add ChannelTimeout support to the client, mirroring the same optionDamien Miller
2023-10-11mention "none" is a valid argument to IdentityFile; bz3080Damien Miller
2023-10-04spelling fix;Jason McIntyre
2023-10-04add some cautionary text about % token expansion and shell metacharacters;Damien Miller
2023-08-28descriptive text shouldn't be under .CmDamien Miller
2023-08-28add spacing for punctuation when macro args;Jason McIntyre
2023-08-28Add keystroke timing obfuscation to the client.Damien Miller
2023-07-17configuation -> configurationJonathan Gray
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-07-17add a "match localnetwork" predicate.Damien Miller
2023-03-27Add tilde and environment variable expansion to RevokedHostKeys.Darren Tucker
2023-03-10Like sshd_config, some ssh_config options are not first-match-wins.Damien Miller
2023-01-13fix double phrase in previous;Jason McIntyre
2023-01-13Document "UserKnownHostsFile none". ok djm@Darren Tucker
2022-11-28New EnableEscapeCommandline ssh_config(5) optionDamien Miller
2022-11-07The IdentityFile option in ssh_config can also be used to specify aDarren Tucker
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-06-24make it clear that RekeyLimit applies to both transmitted andDamien Miller
2022-05-27Note that ProxyJump also accepts the same tokens as ProxyCommand.Darren Tucker
2022-03-31ssh: document sntrup761x25519-sha512@openssh.com as default KEXChristian Weisgerber
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-15document the unbound/host-bound options to PubkeyAuthentication;Damien Miller
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2021-11-10add the sntrup761x25519-sha512@openssh.com hybrid ECDH/x25519 +Damien Miller
2021-09-25RSA/SHA-1 is not used by default anymoreKlemens Nanni
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
2021-09-03Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency.Darren Tucker
2021-09-03Refer to KEX "algorithms" instead of "methods" to match other referencesDarren Tucker
2021-08-12mention that CASignatureAlgorithms accepts +/- similarly to theDamien Miller
2021-08-06Document "ProxyJump none". bz#3334.Darren Tucker
2021-07-30fix a formatting error and mark up known_hosts consistently;Jason McIntyre
2021-07-23Add a ForkAfterAuthentication ssh_config(5) counterpart to theDamien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-07-14reorder SessionType; ok djmJason McIntyre
2021-07-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller