summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-04adjust SetEnv description to clarify $TERM handlingDamien Miller
2021-04-04remove stray inserts; from matthias schmidtJason McIntyre
2021-04-04missing comma; from kawashima jamesJason McIntyre
2021-04-03sync CASignatureAlgorithms lists with reality. GHPR#174 fromDamien Miller
2021-03-12spellingJonathan Gray
2021-02-28Add %k to list of keywords. From Eero Häkkinenvia bz#3267Darren Tucker
2021-02-23lots more s/key types/signature algorithms/ mostly inDamien Miller
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-02-15ProxyJump takes "none" to disable processing like ProxyCommand doesDavid Gwynne
2021-01-26move HostbasedAcceptedAlgorithms to the right place in alphabetical orderChristian Weisgerber
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2021-01-14Minor grammatical correction.rob
2021-01-08make CheckHostIP default to 'no'. It doesn't provide any perceptibleDamien Miller
2020-12-22tweak the description of KnownHostsCommand in ssh_conf.5, and addJason McIntyre
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-10-16add space between macro arg and punctuation;Jason McIntyre
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-10-08clarify conditions for UpdateHostkeysDamien Miller
2020-10-07disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled;Damien Miller
2020-10-03enable UpdateHostkeys by default when the configuration has notDamien Miller
2020-10-03prefer ed25519 signature algorithm variants to ECDSA; ok markus@Damien Miller
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-07-17fix macro slip in previous;Jason McIntyre
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of theDarren Tucker
2020-07-17Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,Darren Tucker
2020-05-29remove a stray .El;Jason McIntyre
2020-05-29mention that wildcards are processed in lexical order; bz#3165Damien Miller
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-04-11add space between macro arg and punctuation;Jason McIntyre
2020-04-10Add TOKEN percent expansion to LocalFoward and RemoteForward when usedDarren Tucker
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-02-07Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptDarren Tucker
2020-01-31spelling fix;Jason McIntyre
2020-01-30document changed default for UpdateHostKeysDamien Miller
2020-01-28make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based onDamien Miller
2020-01-25clarify that BatchMode applies to all interactive prompts (e.g. host keyDamien Miller
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