summaryrefslogtreecommitdiffstats
path: root/sshd.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - jmc@cvs.openbsd.org 2006/07/10 16:04:21Darren Tucker2006-07-121-2/+2
| | | | | [sshd.8] s/and and/and/
* - dtucker@cvs.openbsd.org 2006/07/10 12:46:51Darren Tucker2006-07-101-1/+8
| | | | | | | | | | [misc.c misc.h sshd.8 sshconnect.c] Add port identifier to known_hosts for non-default ports, based originally on a patch from Devin Nate in bz#910. For any connection using the default port or using a HostKeyAlias the format is unchanged, otherwise the host name or address is enclosed within square brackets in the same format as sshd's ListenAddress. Tested by many, ok markus@.
* - jmc@cvs.openbsd.org 2006/02/24 20:31:31Damien Miller2006-03-151-4/+4
| | | | | [ssh.1 ssh_config.5 sshd.8 sshd_config.5] more consistency fixes;
* - jmc@cvs.openbsd.org 2006/02/24 10:39:52Damien Miller2006-03-151-10/+8
| | | | | [sshd.8] signpost to PATTERNS section;
* - jmc@cvs.openbsd.org 2006/02/19 20:05:00Damien Miller2006-03-151-2/+2
| | | | | [sshd.8] grammar;
* - jmc@cvs.openbsd.org 2006/02/19 20:02:17Damien Miller2006-03-151-42/+8
| | | | | [sshd.8] sync the (s)hosts.equiv FILES entries w/ those from ssh.1;
* - jmc@cvs.openbsd.org 2006/02/19 19:52:10Damien Miller2006-03-151-44/+51
| | | | | | [sshd.8] move the sshrc stuff out of FILES, and into its own section: FILES is not a good place to document how stuff works;
* - jmc@cvs.openbsd.org 2006/02/16 09:05:34Damien Miller2006-03-151-45/+33
| | | | | [sshd.8] sync some of the FILES entries w/ ssh.1;
* - jmc@cvs.openbsd.org 2006/02/15 16:55:33Damien Miller2006-03-151-21/+1
| | | | | [sshd.8] remove ietf draft references; RFC list now maintained in ssh.1;
* - jmc@cvs.openbsd.org 2006/02/13 11:27:25Damien Miller2006-03-151-130/+154
| | | | | [sshd.8] sort FILES and use a -compact list;
* - jmc@cvs.openbsd.org 2006/02/13 11:08:43Damien Miller2006-03-151-7/+11
| | | | | | [sshd.8] - avoid nasty line split - `*' does not need to be escaped
* - jmc@cvs.openbsd.org 2006/02/13 11:02:26Damien Miller2006-03-151-7/+7
| | | | | [sshd.8] turn this into an example ssh_known_hosts file; ok djm
* - jmc@cvs.openbsd.org 2006/02/13 10:21:25Damien Miller2006-03-151-4/+4
| | | | | [sshd.8] small tweaks for the ssh_known_hosts section;
* - jmc@cvs.openbsd.org 2006/02/13 10:16:39Damien Miller2006-03-151-10/+10
| | | | | | | [sshd.8] no need to subsection the authorized_keys examples - instead, convert this to look like an actual file. also use proto 2 keys, and use IETF example addresses;
* - jmc@cvs.openbsd.org 2006/02/12 17:57:19Damien Miller2006-03-151-26/+26
| | | | | | [sshd.8] sort the list of options permissable w/ authorized_keys; ok djm dtucker
* - jmc@cvs.openbsd.org 2006/02/12 10:52:41Damien Miller2006-03-151-16/+13
| | | | | [sshd.8] rework the description of authorized_keys a little;
* - jmc@cvs.openbsd.org 2006/02/09 10:10:47Damien Miller2006-03-151-13/+13
| | | | | | [sshd.8] - move some text into a CAVEATS section - merge the COMMAND EXECUTION... section into AUTHENTICATION
* - jmc@cvs.openbsd.org 2006/02/01 09:11:41Damien Miller2006-02-011-2/+2
| | | | | [sshd.8] small tweak;
* - (djm) OpenBSD CVS SyncDamien Miller2006-02-011-46/+35
| | | | | | | | - jmc@cvs.openbsd.org 2006/02/01 09:06:50 [sshd.8] - merge sections on protocols 1 and 2 into a single section - remove configuration file section ok markus
* - jmc@cvs.openbsd.org 2006/01/25 09:07:22Damien Miller2006-01-311-4/+4
| | | | | [sshd.8] move subsections to full sections;
* - jmc@cvs.openbsd.org 2006/01/25 09:04:34Damien Miller2006-01-311-116/+115
| | | | | | | [sshd.8] move the options description up the page, and a few additional tweaks whilst in here; ok markus
* - jmc@cvs.openbsd.org 2006/01/12 22:20:00Damien Miller2006-01-141-4/+4
| | | | | [sshd.8] refer to TCP forwarding, rather than TCP/IP forwarding;
* - stevesk@cvs.openbsd.org 2005/12/21 22:44:26Damien Miller2005-12-241-3/+7
| | | | | [sshd.8] clarify precedence of -p, Port, ListenAddress; ok and help jmc@
* - reyk@cvs.openbsd.org 2005/12/06 22:38:28Damien Miller2005-12-131-1/+9
| | | | | | | | | | | | | | | | | [auth-options.c auth-options.h channels.c channels.h clientloop.c] [misc.c misc.h readconf.c readconf.h scp.c servconf.c servconf.h] [serverloop.c sftp.c ssh.1 ssh.c ssh_config ssh_config.5 sshconnect.c] [sshconnect.h sshd.8 sshd_config sshd_config.5] Add support for tun(4) forwarding over OpenSSH, based on an idea and initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections, e.g. administrative tunnels or secure wireless access. It's based on a new ssh channel and works similar to the existing TCP forwarding support, except that it depends on the tun(4) network interface on both ends of the connection for layer 2 or layer 3 tunneling. This diff also adds support for LocalCommand in the ssh(1) client. ok djm@, markus@, jmc@ (manpages), tested and discussed with others
* - (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string)Tim Rice2005-11-291-1/+1
| | | | for UnixWare.
* - (dtucker) [configure.ac sshd.8] Enable locked account check (a prependedDarren Tucker2005-10-051-1/+4
| | | | | "*LOCKED*" string) for FreeBSD. Patch jeremie at le-hen.org and senthilkumar_sen at hotpop.com.
* - djm@cvs.openbsd.org 2005/06/08 03:50:00Damien Miller2005-06-161-2/+2
| | | | | | [ssh-keygen.1 ssh-keygen.c sshd.8] increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@
* - djm@cvs.openbsd.org 2005/04/21 06:17:50Damien Miller2005-05-261-15/+15
| | | | | | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8] [sshd_config.5] OpenSSH doesn't ever look at the $HOME environment variable, so don't say that we do (bz #623); ok deraadt@
* - jmc@cvs.openbsd.org 2005/03/01 14:59:49Damien Miller2005-03-021-4/+4
| | | | | | [sshd.8] new sentence, new line; whitespace;
* - djm@cvs.openbsd.org 2005/03/01 10:40:27Damien Miller2005-03-011-1/+14
| | | | | | | | [hostfile.c hostfile.h readconf.c readconf.h ssh.1 ssh_config.5] [sshconnect.c sshd.8] add support for hashing host names and addresses added to known_hosts files, to improve privacy of which hosts user have been visiting; ok markus@ deraadt@
* - jmc@cvs.openbsd.org 2005/02/25 10:55:13Damien Miller2005-03-011-1/+15
| | | | | | [sshd.8] add /etc/motd and $HOME/.hushlogin to FILES; from michael knudsen;
* - dtucker@cvs.openbsd.org 2004/12/06 11:41:03Darren Tucker2004-12-061-2/+4
| | | | | | [auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8] Discard over-length authorized_keys entries rather than complaining when they don't decode. bz #884, with & ok djm@
* - markus@cvs.openbsd.org 2004/08/26 16:00:55Darren Tucker2004-08-291-11/+10
| | | | | [ssh.1 sshd.8] get rid of references to rhosts authentication; with jmc@
* - dtucker@cvs.openbsd.org 2004/05/02 11:54:31Darren Tucker2004-05-021-2/+2
| | | | | | [sshd.8] Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk via Debian; ok djm@
* - jmc@cvs.openbsd.org 2003/10/08 08:27:36Darren Tucker2003-10-151-42/+43
| | | | | | | | | | [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8] scp and sftp: add options list and sort options. options list requested by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
* - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: denyDarren Tucker2003-08-251-0/+23
| | | | any access to locked accounts. ok djm@
* - markus@cvs.openbsd.org 2003/08/13 08:46:31Darren Tucker2003-08-131-2/+1
| | | | | | | [auth1.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh_config ssh_config.5 sshconnect1.c sshd.8 sshd.c sshd_config sshd_config.5] remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, fgsch@, miod@, henning@, jakob@ and others
* - jmc@cvs.openbsd.org 2003/06/10 09:12:11Damien Miller2003-06-111-12/+12
| | | | | | | | | | | [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5] [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* - jmc@cvs.openbsd.org 2003/05/20 12:09:31Damien Miller2003-05-231-7/+7
| | | | | [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1] new sentence, new line
* - david@cvs.openbsd.org 2003/04/30 20:41:07Damien Miller2003-05-141-5/+4
| | | | | | [sshd.8] fix invalid .Pf macro usage introduced in previous commit ok jmc@ mouring@
* - mouring@cvs.openbsd.org 2003/04/30 01:16:20Damien Miller2003-05-141-6/+11
| | | | | | [sshd.8 sshd_config.5] Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable Bug #550 and * escaping suggested by jmc@.
* - jmc@cvs.openbsd.org 2003/01/31 21:54:40Damien Miller2003-02-241-12/+19
| | | | | | [sshd.8] typos; sshd(8): help and ok markus@ help and ok millert@
* - todd@cvs.openbsd.org 2002/09/24 20:59:44Damien Miller2002-09-251-4/+4
| | | | | | | | [sshd.8] tweak the example $HOME/.ssh/rc script to not show on any cmdline the sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@
* - stevesk@cvs.openbsd.org 2002/09/16 22:03:13Damien Miller2002-09-191-1/+3
| | | | | [sshd.8] reference moduli(5) in FILES /etc/moduli.
* - (djm) OpenBSD CVS SyncDamien Miller2002-09-051-2/+2
| | | | | | | - stevesk@cvs.openbsd.org 2002/09/04 18:52:42 [servconf.c sshd.8 sshd_config.5] default LoginGraceTime to 2m; 1m may be too short for slow systems. ok markus@
* - stevesk@cvs.openbsd.org 2002/08/21 19:38:06Damien Miller2002-09-041-2/+2
| | | | | [servconf.c sshd.8 sshd_config sshd_config.5] change LoginGraceTime default to 1 minute; ok mouring@ markus@
* - espie@cvs.openbsd.org 2002/08/21 11:20:59Damien Miller2002-09-041-8/+8
| | | | | | [sshd.8] `RSA' updated to refer to `public key', where it matters. okay markus@
* - stevesk@cvs.openbsd.org 2002/08/12 17:30:35Ben Lindstrom2002-08-201-3/+11
| | | | | [ssh.1 sshd.8 sshd_config.5] more PermitUserEnvironment; ok markus@
* - marc@cvs.openbsd.org 2002/08/02 16:00:07Ben Lindstrom2002-08-201-2/+6
| | | | | | | [ssh.1 sshd.8] note that .ssh/environment is only read when allowed (PermitUserEnvironment in sshd_config). OK markus@
* - stevesk@cvs.openbsd.org 2002/06/22 16:45:29Ben Lindstrom2002-06-231-2/+2
| | | | | [ssh-agent.1 sshd.8 sshd_config.5] use process ID vs. pid/PID/process identifier