summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
AgeCommit message (Expand)Author
2005-06-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;Damien Miller
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
2005-05-23add support for draft-harris-ssh-arcfour-fixes-02 improved arcfour modes;Damien Miller
2005-05-20oops - article and spacing;Jason McIntyre
2005-05-20give a ProxyCommand example using nc(1), with and ok jmc@Damien Miller
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
2005-03-16get the syntax right for {Local,Remote}Forward;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issues;Jason McIntyre
2005-03-07more macro simplification;Jason McIntyre
2005-03-01do not mark up punctuation;Jason McIntyre
2005-03-01add tools for managing known_hosts files with hashed hostnames, includingDamien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2005-02-28bz#849: document timeout on untrusted x11 forwarding sessions. Reported byDamien Miller
2005-01-28wording;Jason McIntyre
2005-01-28grammar;Jason McIntyre
2004-10-07document KbdInteractiveDevices; ok markus@Damien Miller
2004-06-26punctuation and grammar fixes. also, keep the options in order.Jason McIntyre
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-06-13List supported ciphers in man pages, tidy up ssh -c;Darren Tucker
2004-05-06typo from John Cosimano (PR 3770);Jason McIntyre
2004-04-28manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)Damien Miller
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-19kill whitespace at eol;Jason McIntyre
2004-04-19document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@Damien Miller
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-14we don't support GSS KEX; from Simon WilkinsonMarkus Friedl
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-11-12make verb agree with subject, and kill some whitespace;Jason McIntyre
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-10-12note that EnableSSHKeySign should be in the non-hostspecific section;Jason McIntyre
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
2003-10-08default GSS API to no in client, too; ok jakob, deraadt@Markus Friedl
2003-09-02escape punctuation;Jason McIntyre
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
2003-06-23document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@Markus Friedl
2003-06-10- section reorderJason McIntyre
2003-06-02VerifyHostKeyDNS is v2 only. ok markus@Jakob Schlyter
2003-05-20new sentence, new lineJason McIntyre
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-03-28- killed whitespaceJason McIntyre