index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
readconf.c
Age
Commit message (
Expand
)
Author
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-05-22
support ProxyJump=none to disable ProxyJump functionality; bz#2869
Damien Miller
2018-04-06
Allow "SendEnv -PATTERN" to clear environment variables previously
Damien Miller
2018-04-06
add a couple of missed options to the config dump; patch from
Damien Miller
2018-04-04
Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ...
job
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-09-21
Add 'reverse' dynamic forwarding which combines dynamic forwarding
Markus Friedl
2017-09-03
Expand ssh_config's StrictModes option with two new settings:
Damien Miller
2017-05-30
Add RemoteCommand option to specify a command in the ssh config
Alexander Bluhm
2017-05-20
there's no reason to artificially limit the key path here, just check
Damien Miller
2017-04-30
remove SSHv1 configuration options and man pages bits
Damien Miller
2017-04-30
remove SSHv1 ciphers; ok markus@
Damien Miller
2017-04-30
remove options.protocol and client Protocol configuration knob
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-04-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2017-03-10
better match sshd config parser behaviour: fatal() if line is overlong,
Damien Miller
2017-03-10
Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via
Darren Tucker
2017-02-03
support =- for removing methods from algorithms lists, e.g.
Damien Miller
2017-02-03
allow form-feed characters at EOL; bz#2431 ok dtucker@
Damien Miller
2017-01-30
small cleanup post SSHv1 removal:
Damien Miller
2017-01-30
some explicit NULL tests when dumping configured forwardings;
Damien Miller
2017-01-06
fix previous
Damien Miller
2017-01-06
show a useful error message when included config files can't be
Damien Miller
2016-10-25
Fix logic in add_local_forward() that inverted a test when code was
Jonathan Gray
2016-10-23
Factor out "can bind to low ports" check into its own function. This will make
Darren Tucker
2016-08-25
remove superfluous NOTREACHED comment
Damien Miller
2016-07-22
reverse the order in which -J/JumpHost proxies are visited to be
Damien Miller
2016-07-20
Do not clobber the global jump_host variables when parsing an inactive
Christian Weisgerber
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-06-03
Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when
Darren Tucker
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
2016-05-04
allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
Markus Friedl
2016-05-04
IdentityAgent for specifying specific agent sockets; ok djm@
Markus Friedl
2016-04-15
Include directive for ssh_config(5); feedback & ok markus@
Damien Miller
2016-04-06
don't record duplicate LocalForward and RemoteForward entries;
Damien Miller
2016-02-08
don't attempt to percent_expand() already-canonicalised addresses,
Damien Miller
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2016-01-14
Disable experimental client-side roaming support. Server side was
Theo de Raadt
2015-11-15
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
Joshua Stein
2015-10-27
fix execv arguments in a way less likely to cause grief for -portable;
Damien Miller
2015-10-27
avoid de-const warning & shrink; ok dtucker@
Damien Miller
2015-10-25
Do not prepend "exec" to the shell command run by "Match exec" in a config
Darren Tucker
2015-10-07
include PubkeyAcceptedKeyTypes in ssh -G config dump
Damien Miller
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-08-21
Fix printing (ssh -G ...) of HostKeyAlgorithms=+...
Damien Miller
[next]