summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Turn off DSA by default; add HostKeyAlgorithms to the server andmarkus2015-07-101-2/+3
* Revise hostkeys@openssh.com hostkey learning extension.djm2015-02-161-2/+6
* Add a ssh_config HostbasedKeyType option to control whichdjm2015-01-301-1/+3
* Host key rotation support.djm2015-01-261-2/+4
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-2/+2
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-1/+3
* add RevokedHostKeys option for the clientdjm2014-12-041-1/+3
* Tweak config reparsing with host canonicalisationdjm2014-10-081-4/+6
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-17/+8
* reparse ssh_config and ~/.ssh/config if hostname canonicalisation changesdjm2014-02-231-1/+3
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-2/+1
* s/canonicalise/canonicalize/ for consistency with existing spelling,djm2013-10-161-4/+4
* Implement client-side hostname canonicalisation to allow an explicitdjm2013-10-161-2/+20
* add a "Match" keyword to ssh_config that allows matching on hostname,djm2013-10-141-6/+6
* Add a ssh_config ProxyUseFDPass option that supports the use ofdjm2013-08-201-1/+3
* add the ability to ignore specific unrecognised ssh_config options;djm2013-05-161-1/+3
* Add an optional second argument to RekeyLimit in the client to allowdtucker2013-05-161-1/+2
* Don't complain if IdentityFiles specified in system-wide configs are missing.dtucker2013-02-221-2/+6
* Keep track of which IndentityFile options were manually supplied and whichdtucker2013-02-171-1/+3
* unbreak remote portforwarding with dynamic allocated listen ports:markus2011-09-231-1/+2
* Remove undocumented legacy options UserKnownHostsFile2 anddjm2011-05-241-6/+7
* Add a RequestTTY ssh_config option to allow configuration-baseddjm2011-05-061-1/+7
* allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofdjm2010-11-131-1/+3
* add a KexAlgorithms knob to the client and server configuration to allowdjm2010-09-221-1/+2
* add a "ControlPersist" option that automatically starts a backgrounddjm2010-07-191-1/+3
* Add X11ForwardTimeout option to specify timeout for untrusted X11djm2010-06-251-1/+2
* bz#1327: remove hardcoded limit of 100 permitopen clauses and portdjm2010-06-251-3/+3
* mux support for remote forwarding with dynamic port allocation,markus2010-05-161-1/+2
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-2/+2
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-3/+1
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-1/+3
* Add client option UseRoaming. It doesn't do anything yet but willandreas2009-06-271-1/+3
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-2/+2
* make a2port() return -1 when it encounters an invalid port numberdjm2009-01-221-3/+3
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+2
* merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@stevesk2008-11-011-2/+2
* Move SSH Fingerprint Visualization away from sharing the config optiongrunk2008-06-261-5/+2
* Introduce SSH Fingerprint ASCII Visualization, a technique inspired by thegrunk2008-06-111-1/+5
* promote rekeylimit to a int64 so it can hold the maximum useful limitdjm2008-01-191-2/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* add ExitOnForwardFailure: terminate the connection if ssh(1)markus2006-07-111-1/+2
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+9
* add ControlMaster=auto/autoask options to support opportunistic multiplexing;djm2005-06-081-1/+6
* add support for hashing host names and addresses added to known_hosts files,djm2005-03-011-1/+3
* bz#413: allow optional specification of bind address for port forwardings.djm2005-03-011-6/+8
* spacesderaadt2004-07-111-2/+2
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-1/+4
* bz #815: implement ability to pass specified environment variables from thedjm2004-04-271-1/+6
* perform strict ownership and modes checks for ~/.ssh/config files, as thesedjm2004-04-181-2/+2