summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/readconf.h
AgeCommit message (Expand)Author
2024-09-25remove some unused defines; ok djm@Jonathan Gray
2024-03-04Separate parsing of string array options from applying them to theDamien Miller
2024-01-11make DSA key support compile-time optional, defaulting to onDamien 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-08-28Add keystroke timing obfuscation to the client.Damien Miller
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-01-13Add a "Host" line to the output of ssh -G showing the original host arg.Darren Tucker
2022-11-28New EnableEscapeCommandline ssh_config(5) optionDamien Miller
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-06-03Make SetEnv directives first-match-wins in both sshd_config andDamien Miller
2021-12-19PubkeyAuthentication=yes|no|unbound|host-boundDamien Miller
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
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-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-17prepare readconf.c for fuzzing; remove fatal calls and fix someDamien Miller
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-09-20add CASignatureAlgorithms option for the client, allowing it to specifyDamien Miller
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-02-23Add BindInterface ssh_config directive and -B command-line argumentDamien Miller
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-09-03Expand ssh_config's StrictModes option with two new settings:Damien Miller
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2017-04-30remove SSHv1 ciphers; ok markus@Damien Miller
2017-04-30remove options.protocol and client Protocol configuration knobDamien Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2016-07-15Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)Damien Miller
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-04-15Include directive for ssh_config(5); feedback & ok markus@Damien Miller
2016-01-14remove roaming support; ok djm@Markus Friedl
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-02-16Revise hostkeys@openssh.com hostkey learning extension.Damien Miller
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller