summaryrefslogtreecommitdiff
path: root/sshd.8
AgeCommit message (Collapse)Author
2002-03-05 - stevesk@cvs.openbsd.org 2002/02/28 20:46:10Ben Lindstrom
[sshd.8] -u0 DNS for user@host
2002-03-05 - stevesk@cvs.openbsd.org 2002/02/28 20:36:42Ben Lindstrom
[sshd.8] DenyUsers allows user@host pattern also
2002-02-10 - deraadt@cvs.openbsd.org 2002/02/10 01:07:05Damien Miller
[readconf.h sshd.8] more /etc/ssh; openbsd@davidkrause.com
2002-02-10 - (djm) OpenBSD CVS SyncDamien Miller
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
2002-02-05 - stevesk@cvs.openbsd.org 2002/02/03 22:35:57Damien Miller
[ssh.1 sshd.8] some KeepAlive cleanup/clarify; ok markus@
2002-02-05 - markus@cvs.openbsd.org 2002/01/29 14:32:03Damien Miller
[auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c servconf.c servconf.h session.c sshd.8 sshd_config] s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
2002-02-05 - stevesk@cvs.openbsd.org 2002/01/27 14:57:46Damien Miller
[channels.c servconf.c servconf.h session.c sshd.8 sshd_config] add X11UseLocalhost; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/18 20:46:34Damien Miller
[sshd.8] clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from allard@oceanpark.com; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/18 17:14:16Damien Miller
[sshd.8] correct Ciphers default; paola.mannaro@ubs.com
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/05 21:51:56Damien Miller
[ssh.1 sshd.8] some missing and misplaced periods
2002-01-22 - stevesk@cvs.openbsd.org 2002/01/04 18:14:16Damien Miller
[servconf.c sshd.8] protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and /etc/ssh_host_dsa_key like we have in sshd_config. ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2001/12/28 22:37:48Damien Miller
[ssh.1 sshd.8] document LogLevel DEBUG[123]; ok markus@
2002-01-22 - stevesk@cvs.openbsd.org 2001/12/27 18:22:53Damien Miller
[sshd.8] clarify -p; ok markus@
2001-12-21 - deraadt@cvs.openbsd.org 2001/12/19 07:18:56Damien Miller
[auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h] [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c] [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c] [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c] [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c] [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config] [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c] basic KNF done while i was looking for something else
2001-12-06 - markus@cvs.openbsd.org 2001/12/06 13:30:06Ben Lindstrom
[servconf.c servconf.h sshd.8 sshd.c] add -o to sshd, too. ok deraadt@ - (bal) Minor white space fix up in servconf.c
2001-12-06 - markus@cvs.openbsd.org 2001/12/01 21:41:48Ben Lindstrom
[session.c sshd.8] don't pass user defined variables to /usr/bin/login
2001-11-12 - markus@cvs.openbsd.org 2001/11/07 22:12:01Damien Miller
[sshd.8] s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
2001-10-03 - camield@cvs.openbsd.org 2001/09/27 17:53:24Ben Lindstrom
[sshd.8] don't talk about compile-time options ok markus@
2001-09-20 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54Ben Lindstrom
[sshd.8] fix ClientAliveCountMax
2001-09-20 - stevesk@cvs.openbsd.org 2001/09/19 21:41:57Ben Lindstrom
[sshd.8] don't advertise -V in usage; ok markus@
2001-09-20 - stevesk@cvs.openbsd.org 2001/09/19 21:04:53Ben Lindstrom
[sshd.8] missing -t in usage
2001-09-20 - markus@cvs.openbsd.org 2001/09/19 10:08:51Ben Lindstrom
[sshd.8] command=xxx applies to subsystem now, too
2001-09-14 - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom
[sshd.c] typo
2001-09-12 - deraadt@cvs.openbsd.org 2001/09/05 06:23:07Ben Lindstrom
[scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/30 20:36:34Ben Lindstrom
[auth-options.c sshd.8] validate ports for permitopen key file option. add host/port alternative syntax for IPv6. ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:39:40Ben Lindstrom
[ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21Ben Lindstrom
[sshd.8] add text about -u0 preventing DNS requests; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/22 16:30:02Ben Lindstrom
[sshd.8] no rexd; ok markus@
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/21 21:47:42Ben Lindstrom
[ssh.1 sshd.8] minor typos and cleanup
2001-09-12 - stevesk@cvs.openbsd.org 2001/08/16 20:14:57Ben Lindstrom
[ssh.1 sshd.8] document case sensitivity for ssh, sshd and key file options and arguments; ok markus@
2001-09-12 - jakob@cvs.openbsd.org 2001/08/16 19:18:34Ben Lindstrom
[servconf.c servconf.h session.c sshd.8] deprecate CheckMail. ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 22:16:45Ben Lindstrom
[ssh.1 sshd.8] refer to current ietf drafts for protocol v2
2001-08-06 - markus@cvs.openbsd.org 2001/07/28 09:21:15Ben Lindstrom
[sshd.8] cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
2001-08-06 - stevesk@cvs.openbsd.org 2001/07/26 17:18:22Ben Lindstrom
[sshd.8 sshd.c] add -t option to test configuration file and keys; pekkas@netcore.fi ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/07/22 22:24:16Ben Lindstrom
[sshd.8] Xr login.conf
2001-07-04 - markus@cvs.openbsd.org 2001/06/27 04:48:53Ben Lindstrom
[auth.c match.c sshd.8] tridge@samba.org
2001-07-04 - mpech@cvs.openbsd.org 2001/06/26 05:48:07Ben Lindstrom
[sshd.8] remove unnecessary .Pp between .It; millert@ ok
2001-06-25 - itojun@cvs.openbsd.org 2001/06/23 17:48:18Ben Lindstrom
[sftp.1 ssh.1 sshd.8 ssh-keyscan.1] kill whitespace at EOL.
2001-06-25 - markus@cvs.openbsd.org 2001/06/23 03:03:59Ben Lindstrom
[sshd.8] draft-ietf-secsh-dh-group-exchange-01.txt
2001-06-25 - markus@cvs.openbsd.org 2001/06/23 02:34:33Ben Lindstrom
[kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1 sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8] get rid of known_hosts2, use it for hostkey lookup, but do not modify.
2001-06-25 - markus@cvs.openbsd.org 2001/06/22 21:55:49Ben Lindstrom
[auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config ssh-keygen.1] merge authorized_keys2 into authorized_keys. authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
2001-06-25 - provos@cvs.openbsd.org 2001/06/22 21:28:53Ben Lindstrom
[sshd.8] document /etc/moduli
2001-06-25 - mpech@cvs.openbsd.org 2001/06/22 10:17:51Ben Lindstrom
[ssh.1 sshd.8 ssh-keyscan.1] o) .Sh AUTHOR -> .Sh AUTHORS; o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
2001-06-21 - markus@cvs.openbsd.org 2001/06/19 14:09:45Ben Lindstrom
[session.c sshd.8] disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
2001-06-12 - markus@cvs.openbsd.org 2001/06/11 16:04:38Ben Lindstrom
[sshd.8] typo; bdubreuil@crrel.usace.army.mil
2001-06-05 - markus@cvs.openbsd.org 2001/05/20 17:20:36Ben Lindstrom
[auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8 sshd_config] configurable authorized_keys{,2} location; originally from peter@; ok djm@
2001-06-05 - stevesk@cvs.openbsd.org 2001/05/19 19:43:57Ben Lindstrom
[misc.c misc.h servconf.c sshd.8 sshd.c] sshd command-line arguments and configuration file options that specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@
2001-06-05 - markus@cvs.openbsd.org 2001/05/19 16:46:19Ben Lindstrom
[ssh.1 sshd.8] document MACs defaults with .Dq
2001-06-05 - markus@cvs.openbsd.org 2001/05/19 16:08:43Ben Lindstrom
[sshd.8] sort options; Matthew.Stier@fnc.fujitsu.com
2001-05-04 - stevesk@cvs.openbsd.org 2001/05/04 14:21:56Ben Lindstrom
[ssh.1 sshd.8] typos