summaryrefslogtreecommitdiffstats
path: root/ssh_config.5
AgeCommit message (Expand)Author
2024-06-17upstream: disable the DSA signature algorithm by default; okdjm@openbsd.org
2024-06-14upstream: clarify KEXAlgorithms supported vs available. Inspired bydjm@openbsd.org
2024-02-21upstream: fix typo in match directive predicate (s/tagged/tag) GHPR#462djm@openbsd.org
2024-01-11upstream: fix incorrect capitalisation;jmc@openbsd.org
2024-01-10upstream: add a "global" ChannelTimeout type to ssh(1) and sshd(8)djm@openbsd.org
2023-10-12upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org
2023-10-12upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org
2023-10-11upstream: mention "none" is a valid argument to IdentityFile; bz3080djm@openbsd.org
2023-10-06upstream: spelling fix;jmc@openbsd.org
2023-10-04upstream: add some cautionary text about % token expansion anddjm@openbsd.org
2023-08-29upstream: descriptive text shouldn't be under .Cmdjm@openbsd.org
2023-08-28upstream: add spacing for punctuation when macro args;jmc@openbsd.org
2023-08-28upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org
2023-07-17upstream: configuation -> configurationjsg@openbsd.org
2023-07-17upstream: Add support for configuration tags to ssh(1).djm@openbsd.org
2023-07-17upstream: add a "match localnetwork" predicate.djm@openbsd.org
2023-03-27upstream: Add tilde and environment variable expansion todtucker@openbsd.org
2023-03-10upstream: Like sshd_config, some ssh_config options are notdjm@openbsd.org
2023-01-14upstream: fix double phrase in previous;jmc@openbsd.org
2023-01-14upstream: Document "UserKnownHostsFile none". ok djm@dtucker@openbsd.org
2022-11-30upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org
2022-11-07upstream: The IdentityFile option in ssh_config can also be used todtucker@openbsd.org
2022-09-17upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org
2022-06-24upstream: make it clear that RekeyLimit applies to both transmitteddjm@openbsd.org
2022-05-27upstream: Note that ProxyJump also accepts the same tokens asdtucker@openbsd.org
2022-04-06upstream: ssh: document sntrup761x25519-sha512@openssh.com asnaddy@openbsd.org
2022-04-06upstream: man pages: add missing commas between subordinate andnaddy@openbsd.org
2022-02-15upstream: document the unbound/host-bound options todjm@openbsd.org
2022-02-07upstream: Since they are deprecated, move DSA to the end of thedtucker@openbsd.org
2021-11-10upstream: add the sntrup761x25519-sha512@openssh.com hybriddjm@openbsd.org
2021-09-26upstream: RSA/SHA-1 is not used by default anymorekn@openbsd.org
2021-09-16upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org
2021-09-03upstream: Use .Cm instead of .Dq in StrictHostKeyChecking list fordtucker@openbsd.org
2021-09-03upstream: Refer to KEX "algorithms" instead of "methods" to matchdtucker@openbsd.org
2021-08-13upstream: mention that CASignatureAlgorithms accepts +/- similarly todjm@openbsd.org
2021-08-06upstream: Document "ProxyJump none". bz#3334.dtucker@openbsd.org
2021-08-03upstream: fix a formatting error and mark up known_hostsjmc@openbsd.org
2021-07-23upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org
2021-07-23upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org
2021-07-16upstream: reorder SessionType; ok djmjmc@openbsd.org
2021-07-14upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org
2021-07-03Sync remaining ChallengeResponse removal.Darren Tucker
2021-06-04upstream: adjust SetEnv description to clarify $TERM handlingdjm@openbsd.org
2021-04-06upstream: remove stray inserts; from matthias schmidtjmc@openbsd.org
2021-04-06upstream: missing comma; from kawashima jamesjmc@openbsd.org
2021-04-03upstream: sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm@openbsd.org
2021-03-13upstream: spellingjsg@openbsd.org
2021-03-01upstream: Add %k to list of keywords. Fromdtucker@openbsd.org
2021-02-24upstream: lots more s/key types/signature algorithms/ mostly indjm@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org