summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2011-09-09fix typo in IPQoS parsing: there is no "AF14" class, but there isDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-06-04explain IdentifyFile's semantics a little better, prompted by bz#1898Damien Miller
2011-05-24Remove undocumented legacy options UserKnownHostsFile2 andDamien Miller
2011-05-07- tweak previousJason McIntyre
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06support negated Host matching, e.g.Damien Miller
2011-05-06add a %L expansion (short-form of the local host name) for ControlPath;Damien Miller
2010-12-08explain that IPQoS arguments are separated by whitespace; iirc requestedDamien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-11-15libary -> library;Jason McIntyre
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-04Remove mentions of weird "addr/port" alternate address format for IPv6Damien Miller
2010-07-19add a "ControlPersist" option that automatically starts a backgroundDamien Miller
2010-07-12expand %h to the hostname in ssh_config Hostname options. While thisDamien Miller
2010-06-26tweak previous;Jason McIntyre
2010-06-25Add X11ForwardTimeout option to specify timeout for untrusted X11Damien Miller
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-14expand %r => remote username in ssh_config:ProxyCommand;Damien Miller
2010-03-27tweak previous; ok dtuckerJason McIntyre
2010-03-26Reformat default value of PreferredAuthentications entry (current formattingDarren Tucker
2010-03-05mention loading of certificate files from [private]-cert.pub whenDamien Miller
2010-02-10pkcs#11 is no longer optional; improve wording; ok jmc@Markus Friedl
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29sort previous;Jason McIntyre
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-11-10explain the constraints on LocalCommand some more so people don'tDamien Miller
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-08some tweaks now that protocol 1 is not offered by default; ok markusJason McIntyre
2009-10-08disable protocol 1 by default (after a transition period of about 10 years)Markus Friedl
2009-02-22don't advertise experimental optionsDamien Miller
2009-02-12kill trailing whitespace;Jason McIntyre
2009-02-12document RemoteForward usage with 0 listen portDamien Miller
2009-01-24sync list of preferred ciphers; ok djm@Christian Weisgerber
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-10-17correct and clarify VisualHostKey; ok jmc@Kevin Steves
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
2008-08-02whitepsace -> whitespace. From Matthew Clarke via bugs@.Kenneth R Westerback
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-12tweak the ascii art text; ok grunkJason McIntyre
2008-06-12keyword expansion for localcommand. ok djm@Darren Tucker
2008-06-11CheckHostIP set to ``fingerprint'' will display both hex and random artAlexander von Gernler
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2008-06-10clarify that Host patterns are space-separated. ok deraadtDarren Tucker
2007-10-29clean up after previous macro removal;Jason McIntyre