summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
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
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