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.h
Age
Commit message (
Expand
)
Author
2021-02-15
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
Markus Friedl
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-08-11
let ssh_config(5)'s AddKeysToAgent keyword accept a time limit for
Damien Miller
2020-04-03
Make with config keywords support which percent_expansions more consistent.
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2018-11-23
add a ssh_config "Match final" predicate
Damien Miller
2018-09-20
add CASignatureAlgorithms option for the client, allowing it to specify
Damien Miller
2018-07-19
Deprecate UsePrivilegedPort now that support for running ssh(1)
Darren Tucker
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
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-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-28
Add SyslogFacility option to ssh(1) matching the equivalent option in
Darren Tucker
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-06-03
Move the host and port used by ssh -W into the Options struct.
Darren Tucker
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-01-14
remove roaming support; ok djm@
Markus Friedl
2015-11-15
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
Joshua Stein
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-01-30
Add a ssh_config HostbasedKeyType option to control which
Damien Miller
2015-01-26
Host key rotation support.
Damien Miller
2015-01-15
sync ssh-keysign, ssh-keygen and some dependencies to the new
Damien Miller
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-12-04
add RevokedHostKeys option for the client
Damien Miller
2014-10-08
Tweak config reparsing with host canonicalisation
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-02-23
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
Damien Miller
2014-01-29
remove experimental, never-enabled JPAKE code; ok markus@
Damien Miller
2013-10-16
s/canonicalise/canonicalize/ for consistency with existing spelling,
Damien Miller
2013-10-16
Implement client-side hostname canonicalisation to allow an explicit
Damien Miller
2013-10-14
add a "Match" keyword to ssh_config that allows matching on hostname,
Damien Miller
2013-08-20
Add a ssh_config ProxyUseFDPass option that supports the use of
Damien Miller
2013-05-16
add the ability to ignore specific unrecognised ssh_config options;
Damien Miller
2013-05-16
Add an optional second argument to RekeyLimit in the client to allow
Darren Tucker
2013-02-22
Don't complain if IdentityFiles specified in system-wide configs are missing.
Darren Tucker
2013-02-17
Keep track of which IndentityFile options were manually supplied and which
Darren Tucker
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
[next]