summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config.5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* UsePrivilegeSeparation defaults to sandbox now.sobrado2015-10-071-4/+9
* more clarity on what AuthorizedKeysFile=none does;djm2015-09-111-2/+5
* match myproposal.h order; from brian conwayjmc2015-08-141-5/+5
* add prohibit-password as a synonymn for without-password, since thederaadt2015-08-061-4/+7
* change default: PermitRootLogin without-passwordderaadt2015-07-301-2/+2
* Allow ssh_config and sshd_config kex parameters options be prefixeddjm2015-07-301-2/+24
* mention that the default of UseDNS=no implies that hostnames cannotdjm2015-07-201-5/+14
* Turn off DSA by default; add HostKeyAlgorithms to the server andmarkus2015-07-101-9/+51
* refuse to generate or accept RSA keys smaller than 1024 bits;djm2015-07-031-3/+3
* typo: accidental repetition; bz#2386djm2015-06-051-3/+3
* add knob to relax GSSAPI host credential check for multihomed hostsdjm2015-05-221-2/+17
* add AuthorizedPrincipalsCommand that allows getting authorized_principalsdjm2015-05-211-1/+37
* support arguments to AuthorizedKeysCommanddjm2015-05-211-5/+17
* Allow ListenAddress, Port and AddressFamily in any order. bz#68,dtucker2015-04-291-6/+3
* enviroment -> environment: apologies to darren for not spotting that firstjmc2015-04-281-2/+2
* Fix typo in previousdtucker2015-04-281-2/+2
* Document that the TERM environment variable is not subject to SendEnvdtucker2015-04-281-3/+7
* Make sshd default to PermitRootLogin=no;djm2015-04-271-3/+3
* Document "none" for PidFile XAuthLocation TrustedUserCAKeys and RevokedKeys.dtucker2015-04-161-6/+14
* sort options useable under Match case-insensitively;djm2015-02-201-3/+3
* more options that are available under Match;djm2015-02-201-4/+10
* increasing encounters with difficult DNS setups in darknets hasderaadt2015-02-021-3/+3
* heirarchy -> hierarchy;jmc2015-01-221-2/+2
* Provide a warning about chroot misuses (which sadly, seem to have becomederaadt2015-01-221-4/+13
* add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesdjm2015-01-131-2/+26
* mention ssh -Q feature to list supported { MAC, cipher, KEX, key }djm2014-12-221-2/+18
* tweak previous;jmc2014-12-221-2/+2
* correct description of what will happen when a AuthorizedKeysCommand isdjm2014-12-221-3/+7
* remember which public keys have been used for authentication anddjm2014-12-221-2/+14
* tweak previous;jmc2014-12-211-2/+1
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-2/+11
* revert chunk I didn't mean to commit yet; via jmc@djm2014-12-121-14/+2
* mention AuthorizedKeysCommandUser must be set fordjm2014-12-111-2/+17
* restore word zapped in previous, and remove some useless "No" macros;jmc2014-11-221-4/+5
* /dev/random has created the same effect as /dev/arandom (and /dev/urandom)deraadt2014-11-221-4/+2
* mention permissions on tun(4) devices in PermitTunnel documentation;djm2014-09-091-2/+6
* typo.sobrado2014-08-301-3/+3
* some systems no longer need /dev/log;schwarze2014-07-281-4/+4
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-2/+49
* Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isdjm2014-07-031-2/+9
* sync available and default algorithms, improve algorithm list formattingnaddy2014-03-281-33/+103
* bz#2184 clarify behaviour of a keyword that appears in multipledjm2014-02-271-2/+6
* document kbdinteractiveauthentication;jmc2014-01-291-2/+13
* Use a literal for the default value of KEXAlgorithms. ok deraadt jmcdtucker2013-12-081-10/+10
* add missing mentions of ed25519; ok djm@naddy2013-12-071-4/+6
* no need for .Pp before displays;jmc2013-11-211-2/+1
* Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"djm2013-11-211-4/+14
* the default kex is now curve25519-sha256@libssh.orgmarkus2013-11-021-2/+3
* pty(4), not pty(7);jmc2013-10-291-2/+2
* shd_config PermitTTY to disallow TTY allocation, mirroring thedjm2013-10-291-2/+9