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
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
2011-05-24
Remove undocumented legacy options UserKnownHostsFile2 and
Damien Miller
2011-05-06
Add a RequestTTY ssh_config option to allow configuration-based
Damien Miller
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-09-22
add a KexAlgorithms knob to the client and server configuration to allow
Damien Miller
2010-07-19
add a "ControlPersist" option that automatically starts a background
Damien Miller
2010-06-25
Add X11ForwardTimeout option to specify timeout for untrusted X11
Damien Miller
2010-06-25
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
Damien Miller
2010-05-16
mux support for remote forwarding with dynamic port allocation,
Markus Friedl
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-06-27
Add client option UseRoaming. It doesn't do anything yet but will
Andreas Gunnarsson
2009-02-12
support remote port forwarding with a zero listen port (-R0:...) to
Damien Miller
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-11-01
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Kevin Steves
2008-06-26
Move SSH Fingerprint Visualization away from sharing the config option
Alexander von Gernler
2008-06-11
Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
Alexander von Gernler
2008-01-19
promote rekeylimit to a int64 so it can hold the maximum useful limit
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
[next]