summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh_config.5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak previous;jmc2010-06-261-3/+4
* Add X11ForwardTimeout option to specify timeout for untrusted X11djm2010-06-251-2/+12
* tweak previous; ok djmjmc2010-04-161-5/+5
* expand %r => remote username in ssh_config:ProxyCommand;djm2010-04-141-5/+7
* tweak previous; ok dtuckerjmc2010-03-271-6/+8
* Reformat default value of PreferredAuthentications entry (current formattingdtucker2010-03-261-7/+3
* mention loading of certificate files from [private]-cert.pub whendjm2010-03-051-2/+8
* pkcs#11 is no longer optional; improve wording; ok jmc@markus2010-02-101-4/+3
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-9/+9
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-5/+2
* sort previous;jmc2009-12-291-4/+4
* Rename RDomain config option to RoutingDomain to be more clear andstevesk2009-12-291-3/+3
* explain the constraints on LocalCommand some more so people don'tdjm2009-11-101-2/+9
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-2/+5
* some tweaks now that protocol 1 is not offered by default; ok markusjmc2009-10-081-3/+3
* disable protocol 1 by default (after a transition period of about 10 years)markus2009-10-081-6/+8
* don't advertise experimental optionsdjm2009-02-221-13/+2
* kill trailing whitespace;jmc2009-02-121-2/+2
* document RemoteForward usage with 0 listen portdjm2009-02-121-2/+9
* sync list of preferred ciphers; ok djm@naddy2009-01-241-5/+5
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-2/+13
* correct and clarify VisualHostKey; ok jmc@stevesk2008-10-171-4/+6
* use 'Privileged ports can be forwarded only when logging in as root onstevesk2008-10-101-3/+4
* whitepsace -> whitespace. From Matthew Clarke via bugs@.krw2008-08-021-3/+3
* Move SSH Fingerprint Visualization away from sharing the config optiongrunk2008-06-261-6/+12
* tweak the ascii art text; ok grunkjmc2008-06-121-4/+3
* keyword expansion for localcommand. ok djm@dtucker2008-06-121-2/+17
* CheckHostIP set to ``fingerprint'' will display both hex and random artgrunk2008-06-111-2/+3
* Introduce SSH Fingerprint ASCII Visualization, a technique inspired by thegrunk2008-06-111-2/+6
* clarify that Host patterns are space-separated. ok deraadtdtucker2008-06-101-2/+3
* clean up after previous macro removal;jmc2007-10-291-3/+3
* ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@dtucker2007-10-291-4/+4
* document KbdInteractiveAuthentication in ssh_config.5;djm2007-09-211-2/+10
* tun device forwarding now honours ExitOnForwardFailure; ok markus@stevesk2007-08-151-3/+3
* put the MAC list into a display, like we do for ciphers,jmc2007-06-081-3/+6
* Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustpvalchev2007-06-071-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* do not use a list for SYNOPSIS;jmc2007-01-101-5/+3
* avoid confusing wording in HashKnownHosts:jmc2006-07-271-3/+4
* add ExitOnForwardFailure: terminate the connection if ssh(1)markus2006-07-111-1/+12
* more details and clarity for tun(4) device forwarding; ok and helpstevesk2006-07-021-9/+29
* oops - previous was too long; split the list of auths upjmc2006-05-291-2/+7
* Add gssapi-with-mic to PreferredAuthentications default list; ok jmcdtucker2006-05-291-2/+2
* remote user escape is %r not %h; spotted by jmc@djm2006-03-311-2/+2
* kill trailing whitespace;jmc2006-03-311-2/+2
* add percent escape chars to the IdentityFile option, bz #1159 baseddjm2006-03-301-2/+15
* *AliveCountMax applies to protcol v2 only; ok dtucker, djmmarkus2006-03-141-1/+2
* Allow config directives to contain whitespace by surrounding them by doubledtucker2006-03-131-1/+4
* comma;jmc2006-02-261-2/+2
* move PATTERNS to the end of the main body; requested by dtuckerjmc2006-02-261-36/+36