summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/readconf.c
AgeCommit message (Expand)Author
2018-10-05Support using service names for port numbers.Christian Weisgerber
2018-10-03Allow ssh_config IdentityAgent directive to accept environment variableDamien Miller
2018-09-20add CASignatureAlgorithms option for the client, allowing it to specifyDamien Miller
2018-08-12better diagnosics on alg list assembly errors; ok deraadt@ markus@Damien Miller
2018-07-27Now that ssh can't be setuid, remove the original_real_uid andDarren Tucker
2018-07-27Remove uid checks from low port binds. Now that ssh cannot beDarren Tucker
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-06-10unbreak SendEnv; patch from tb@Damien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller
2018-05-22support ProxyJump=none to disable ProxyJump functionality; bz#2869Damien Miller
2018-04-06Allow "SendEnv -PATTERN" to clear environment variables previouslyDamien Miller
2018-04-06add a couple of missed options to the config dump; patch fromDamien Miller
2018-04-04Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...job
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2018-02-23Add BindInterface ssh_config directive and -B command-line argumentDamien Miller
2017-12-05Replace atoi and strtol conversions for integer arguments to configDarren Tucker
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-09-21Add 'reverse' dynamic forwarding which combines dynamic forwardingMarkus Friedl
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-05-20there's no reason to artificially limit the key path here, just checkDamien Miller
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-30unifdef WITH_SSH1Damien Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-03-10better match sshd config parser behaviour: fatal() if line is overlong,Damien Miller
2017-03-10Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com viaDarren Tucker
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2017-02-03allow form-feed characters at EOL; bz#2431 ok dtucker@Damien Miller
2017-01-30small cleanup post SSHv1 removal:Damien Miller
2017-01-30some explicit NULL tests when dumping configured forwardings;Damien Miller
2017-01-06fix previousDamien Miller
2017-01-06show a useful error message when included config files can't beDamien Miller
2016-10-25Fix logic in add_local_forward() that inverted a test when code wasJonathan Gray
2016-10-23Factor out "can bind to low ports" check into its own function. This will makeDarren Tucker
2016-08-25remove superfluous NOTREACHED commentDamien Miller
2016-07-22reverse the order in which -J/JumpHost proxies are visited to beDamien Miller
2016-07-20Do not clobber the global jump_host variables when parsing an inactiveChristian Weisgerber
2016-07-15Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)Damien Miller
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
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-04-06don't record duplicate LocalForward and RemoteForward entries;Damien Miller