summaryrefslogtreecommitdiffstats
path: root/ssh-keygen.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - jmc@cvs.openbsd.org 2007/05/31 19:20:16Darren Tucker2007-06-051-2/+2
| | | | | | | [scp.1 ssh_config.5 sftp-server.8 ssh-agent.1 sshd_config.5 sftp.1 ssh-keygen.1 ssh-keyscan.1 ssh-add.1 sshd.8 ssh.1 ssh-keysign.8] convert to new .Dd format; (We will need to teach mdoc2man.awk to understand this too.)
* - jmc@cvs.openbsd.org 2007/01/12 20:20:41Darren Tucker2007-02-191-2/+2
| | | | | | | [ssh-keygen.1 ssh-keygen.c] more secsh -> rfc 4716 updates; spotted by wiz@netbsd ok markus
* - markus@cvs.openbsd.org 2006/12/11 21:25:46Damien Miller2007-01-051-9/+6
| | | | | [ssh-keygen.1 ssh.1] add rfc 4716 (public key format); ok jmc
* [ssh-keygen.1 ssh-keygen.c]Darren Tucker2005-11-281-3/+3
| | | | | | | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@.
* - jmc@cvs.openbsd.org 2005/10/31 19:55:25Damien Miller2005-11-051-2/+2
| | | | | [ssh-keygen.1] grammar;
* - djm@cvs.openbsd.org 2005/10/31 11:12:49Damien Miller2005-11-051-1/+4
| | | | | [ssh-keygen.1 ssh-keygen.c] generate a protocol 2 RSA key by default
* - djm@cvs.openbsd.org 2005/06/08 03:50:00Damien Miller2005-06-161-3/+3
| | | | | | [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-13/+13
| | | | | | [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@
* - dtucker@cvs.openbsd.org 2005/03/14 10:09:03Darren Tucker2005-03-141-3/+5
| | | | | [ssh-keygen.1] Correct description of -H (bz #997); ok markus@, punctuation jmc@
* - jmc@cvs.openbsd.org 2005/03/01 18:15:56Damien Miller2005-03-021-67/+67
| | | | | | | | [ssh-keygen.1] sort options (no attempt made at synopsis clean up though); spelling (occurance -> occurrence); use prompt before examples; grammar;
* - jmc@cvs.openbsd.org 2005/03/01 15:05:00Damien Miller2005-03-021-4/+4
| | | | | [ssh-keygen.1] whitespace;
* - djm@cvs.openbsd.org 2005/03/01 10:42:49Damien Miller2005-03-011-1/+42
| | | | | | [ssh-keygen.1 ssh-keygen.c ssh_config.5] add tools for managing known_hosts files with hashed hostnames, including hashing existing files and deleting hosts by name; ok markus@ deraadt@
* - jmc@cvs.openbsd.org 2004/08/13 00:01:43Darren Tucker2004-08-131-2/+2
| | | | | [ssh-keygen.1] kill whitespace at eol;
* - jakob@cvs.openbsd.org 2004/08/12 21:41:13Darren Tucker2004-08-131-4/+7
| | | | | [ssh-keygen.1 ssh.1] improve SSHFP documentation; ok deraadt@
* - djm@cvs.openbsd.org 2003/12/22 09:16:58Darren Tucker2003-12-311-1/+13
| | | | | | [moduli.c ssh-keygen.1 ssh-keygen.c] tidy up moduli generation debugging, add -v (verbose/debug) option to ssh-keygen; ok markus@
* - djm@cvs.openbsd.org 2003/07/28 09:49:56Darren Tucker2003-08-021-1/+99
| | | | | | | [ssh-keygen.1 ssh-keygen.c] Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@
* - jmc@cvs.openbsd.org 2003/06/10 09:12:11Damien Miller2003-06-111-10/+10
| | | | | | | | | | | [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-3/+3
| | | | | [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1] new sentence, new line
* - jakob@cvs.openbsd.org 2003/05/14 18:16:20Damien Miller2003-05-151-1/+10
| | | | | | | | [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c] [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c] add experimental support for verifying hos keys using DNS as described in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@
* - (djm) OpenBSD CVS SyncDamien Miller2003-04-011-1/+3
| | | | | | | | | | - jmc@cvs.openbsd.org 2003/03/28 10:11:43 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5] [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - killed whitespace - new sentence new line - .Bk for arguments ok markus@
* - stevesk@cvs.openbsd.org 2002/11/26 02:35:30Ben Lindstrom2002-12-231-3/+2
| | | | | [ssh-keygen.1] remove outdated statement; ok markus@ deraadt@
* - deraadt@cvs.openbsd.org 2002/06/19 00:27:55Ben Lindstrom2002-06-211-2/+2
| | | | | | | | | [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c xmalloc.h] KNF done automatically while reading....
* - stevesk@cvs.openbsd.org 2002/02/16 14:53:37Damien Miller2002-02-191-2/+2
| | | | | [ssh-keygen.1] -t required now for key generation
* - djm@cvs.openbsd.org 2001/12/21 08:52:22Damien Miller2002-01-221-6/+5
| | | | | [ssh-keygen.1 ssh-keygen.c] Remove default (rsa1) key type; ok markus@
* - stevesk@cvs.openbsd.org 2001/11/21 18:49:14Ben Lindstrom2001-12-061-3/+7
| | | | | [ssh-keygen.1] more on passphrase construction; ok markus@
* - markus@cvs.openbsd.org 2001/10/25 21:14:32Damien Miller2001-11-121-2/+7
| | | | | [ssh-keygen.1 ssh-keygen.c] better docu for fingerprinting, ok deraadt@
* - deraadt@cvs.openbsd.org 2001/09/05 06:23:07Ben Lindstrom2001-09-121-6/+6
| | | | | [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
* - jakob@cvs.openbsd.org 2001/08/02 15:07:23Ben Lindstrom2001-08-061-2/+13
| | | | | [ssh-keygen.1] document smartcard upload/download. ok markus@
* - aaron@cvs.openbsd.org 2001/07/23 14:14:18Ben Lindstrom2001-08-061-2/+2
| | | | | [ssh-keygen.1] Fix typo.
* - markus@cvs.openbsd.org 2001/06/25 17:18:27Ben Lindstrom2001-07-041-4/+4
| | | | | | [ssh-keygen.1] sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com
* - deraadt@cvs.openbsd.org 2001/06/23 05:57:09Ben Lindstrom2001-06-251-2/+3
| | | | | [sftp.1 sftp-server.8 ssh-keygen.1] ok, tmac is now fixed
* - deraadt@cvs.openbsd.org 2001/06/23 02:33:05Ben Lindstrom2001-06-251-3/+2
| | | | | [sftp.1 sftp-server.8 ssh-keygen.1] join .%A entries; most by bk@rt.fm
* - markus@cvs.openbsd.org 2001/06/22 21:55:49Ben Lindstrom2001-06-251-3/+3
| | | | | | | | [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).
* - markus@cvs.openbsd.org 2001/06/03 19:36:44Ben Lindstrom2001-06-091-2/+2
| | | | | [ssh-keygen.1] 1-2 bits of entrophy per character (not per word), ok stevesk@
* - stevesk@cvs.openbsd.org 2001/05/05 13:42:52Ben Lindstrom2001-05-061-2/+2
| | | | | [sftp.1 ssh-add.1 ssh-keygen.1] typos, grammar
* - markus@cvs.openbsd.org 2001/04/23 21:57:07Ben Lindstrom2001-04-241-2/+3
| | | | | [ssh-keygen.1 ssh-keygen.c] allow public key for -e, too
* - markus@cvs.openbsd.org 2001/04/22 23:58:36Ben Lindstrom2001-04-231-3/+3
| | | | | [ssh-keygen.1 ssh.1 sshd.8] document hostbased and other cleanup
* - markus@cvs.openbsd.org 2001/04/22 13:41:02Ben Lindstrom2001-04-221-2/+2
| | | | | [ssh-keygen.1 ssh-keygen.c] style, noted by stevesk; sort flags in usage
* - markus@cvs.openbsd.org 2001/04/22 13:25:37Ben Lindstrom2001-04-221-17/+34
| | | | | | [ssh-keygen.1 ssh-keygen.c] rename arguments -x -> -e (export key), -X -> -i (import key) xref draft-ietf-secsh-publickeyfile-01.txt
* - itojun@cvs.openbsd.org 2001/04/10 09:13:22Ben Lindstrom2001-04-111-7/+26
| | | | | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] document id_rsa{.pub,}. markus ok
* - markus@cvs.openbsd.org 2001/03/11 22:33:24Ben Lindstrom2001-03-121-4/+6
| | | | | | [ssh-keygen.1 ssh-keygen.c] remove -v again. use -B instead for bubblebabble. make -B consistent with -l and make -B work with /path/to/known_hosts. ok deraadt@
* - jakob@cvs.openbsd.org 2001/03/11 15:04:16Ben Lindstrom2001-03-111-1/+4
| | | | | | [ssh-keygen.1 ssh-keygen.c] print both md5, sha1 and bubblebabble fingerprints when using ssh-keygen -l -v. ok markus@.
* - deraadt@cvs.openbsd.org 2001/03/02 18:54:31Ben Lindstrom2001-03-051-4/+4
| | | | | | | [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
* - deraadt@cvs.openbsd.org 2001/02/22 08:03:51Ben Lindstrom2001-03-051-6/+1
| | | | | [ssh-keygen.1 ssh-keygen.c] bye bye -d
* - deraadt@cvs.openbsd.org 2001/02/22 06:43:55Ben Lindstrom2001-03-051-2/+7
| | | | | [ssh-keygen.1 ssh-keygen.c] document -d, and -t defaults to rsa1
* - (bal) A bit more whitespace cleanupBen Lindstrom2001-02-111-1/+1
|
* Sync CVS ID w/ OpenBSDBen Lindstrom2001-02-111-3/+2
|
* - markus@cvs.openbsd.org 2001/01/28 10:24:04Ben Lindstrom2001-01-291-25/+8
| | | | | [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1] cleanup AUTHORS sections
* - niklas@cvs.openbsd.org 2001/01/2001Ben Lindstrom2001-01-291-0/+2
| | | | | | | | | | [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1 ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h] $OpenBSD$
* Hopefully things did not get mixed around too much. It compiles underBen Lindstrom2001-01-221-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux and works. So that is at least a good sign. =) 20010122 - (bal) OpenBSD Resync - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus [servconf.c ssh.h sshd.c] only auth-chall.c needs #ifdef SKEY - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c packet.c pathname.h readconf.c scp.c servconf.c serverloop.c session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h ssh1.h sshconnect1.c sshd.c ttymodes.c] move ssh1 definitions to ssh1.h, pathnames to pathnames.h - markus@cvs.openbsd.org 2001/01/19 16:48:14 [sshd.8] fix typo; from stevesk@ - markus@cvs.openbsd.org 2001/01/19 16:50:58 [ssh-dss.c] clear and free digest, make consistent with other code (use dlen); from stevesk@ - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus [auth-options.c auth-options.h auth-rsa.c auth2.c] pass the filename to auth_parse_options() - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001 [readconf.c] fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com - stevesk@cvs.openbsd.org 2001/01/20 18:20:29 [sshconnect2.c] dh_new_group() does not return NULL. ok markus@ - markus@cvs.openbsd.org 2001/01/20 21:33:42 [ssh-add.c] do not loop forever if askpass does not exist; from andrew@pimlott.ne.mediaone.net - djm@cvs.openbsd.org 2001/01/20 23:00:56 [servconf.c] Check for NULL return from strdelim; ok markus - djm@cvs.openbsd.org 2001/01/20 23:02:07 [readconf.c] KNF; ok markus - jakob@cvs.openbsd.org 2001/01/21 9:00:33 [ssh-keygen.1] remove -R flag; ok markus@ - markus@cvs.openbsd.org 2001/01/21 19:05:40 [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c bufaux.c bufaux.h buffer.c canahost.c canahost.h channels.c cipher.c cli.c clientloop.c clientloop.h compat.c compress.c deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c key.c key.h log-client.c log-server.c log.c log.h login.c login.h match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h ttysmodes.c uidswap.c xmalloc.c] split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. rename util.[ch] -> misc.[ch] - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve conflict when compiling for non-kerb install - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes on 1/19.