summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
AgeCommit message (Expand)Author
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-21document default AFSTokenPassing no; ok deraadt@Kevin Steves
2002-04-05clarify sshrc some and handle X11UseLocalhost=yes; ok markus@Kevin Steves
2002-03-29RSA key modulus size minimum 768; ok markus@Kevin Steves
2002-03-26update to recent draftsMarkus Friedl
2002-03-19Banner has no default.Kevin Steves
2002-03-18document UsePrivilegeSeparationNiels Provos
2002-03-18credits for privsepNiels Provos
2002-02-28-u0 DNS for user@hostKevin Steves
2002-02-28DenyUsers allows user@host pattern alsoKevin Steves
2002-02-10more /etc/ssh; openbsd@davidkrause.comTheo de Raadt
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-03some KeepAlive cleanup/clarify; ok markus@Kevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-18clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion fromKevin Steves
2002-01-18correct Ciphers default; paola.mannaro@ubs.comKevin Steves
2002-01-05some missing and misplaced periodsKevin Steves
2002-01-04protocol 2 HostKey code default is now /etc/ssh_host_rsa_key andKevin Steves
2001-12-28document LogLevel DEBUG[123]; ok markus@Kevin Steves
2001-12-27clarify -p; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-06add -o to sshd, too. ok deraadt@Markus Friedl
2001-12-01don't pass user defined variables to /usr/bin/loginMarkus Friedl
2001-11-07s/Keepalive/KeepAlive/; from openbsd@davidkrause.comMarkus Friedl
2001-09-27don't talk about compile-time optionsCamiel Dobbelaar
2001-09-20fix ClientAliveCountMaxKevin Steves
2001-09-19don't advertise -V in usage; ok markus@Kevin Steves
2001-09-19missing -t in usageKevin Steves
2001-09-19command=xxx applies to subsystem now, tooMarkus Friedl
2001-09-14typoMarkus Friedl
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-08-30validate ports for permitopen key file option. add host/portKevin Steves
2001-08-29additional documentation for GatewayPorts; ok markus@Kevin Steves
2001-08-29add text about -u0 preventing DNS requests; ok markus@Kevin Steves
2001-08-22no rexd; ok markus@Kevin Steves
2001-08-21minor typos and cleanupKevin Steves
2001-08-16document case sensitivity for ssh, sshd and key fileKevin Steves
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-26add -t option to test configuration file and keys; pekkas@netcore.fiKevin Steves
2001-07-22Xr login.confMarkus Friedl
2001-06-27tridge@samba.orgMarkus Friedl
2001-06-26remove unnecessary .Pp between .It;Mike Pechkin
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23draft-ietf-secsh-dh-group-exchange-01.txtMarkus Friedl
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
2001-06-22document /etc/moduliNiels Provos