summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak the Nd lines for a bit of consistency;jmc2019-11-301-3/+3
| | | | ok markus
* move the input format details to -f;jmc2018-03-051-24/+9
| | | | | | remove the output format details and point to sshd(8), where it is documented; ok dtucker
* apply a lick of paint; tweaks/ok dtuckerjmc2018-03-021-56/+46
|
* some cleanup for BindInterface and ssh-keyscan;jmc2018-02-231-3/+4
|
* Add ssh-keyscan -D option to make it print its results in SSHFP formatdjm2018-02-231-3/+13
| | | | bz#2821, ok dtucker@
* rsa1 is no longer valid;jmc2017-05-021-6/+3
|
* remove KEY_RSA1djm2017-04-301-7/+2
| | | | ok markus@
* -c before -H, in SYNOPSIS and usage();jmc2015-11-081-2/+2
|
* Add "ssh-keyscan -c ..." flag to allow fetching certificates insteaddjm2015-11-081-3/+5
| | | | of plain keys; ok markus@
* improve capitalization for the Ed25519 public-key signature system.sobrado2014-08-301-3/+3
| | | | ok djm@
* scan for Ed25519 keys by default toonaddy2014-03-121-7/+8
|
* kill some bad Pa;jmc2014-01-281-14/+14
| | | | From: Jan Stary
* add missing mentions of ed25519; ok djm@naddy2013-12-071-3/+4
|
* support ed25519 keys (hostkeys and user identities) using the public domainmarkus2013-12-061-2/+3
| | | | | ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html feedback, help & ok djm@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
|
* now that sshd defaults to offering ECDSA keys, ssh-keyscan should alsodjm2012-04-111-4/+7
| | | | look for them by default; bz#1971
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-8/+12
| | | | | | | | | | | | | | | | | host/user keys (ECDSA) as specified by RFC5656. ECDH and ECDSA offer better performance than plain DH and DSA at the same equivalent symmetric key length, as well as much shorter keys. Only the mandatory sections of RFC5656 are implemented, specifically the three REQUIRED curves nistp256, nistp384 and nistp521 and only ECDH and ECDSA. Point compression (optional in RFC5656 is NOT implemented). Certificate host and user keys using the new ECDSA key types are supported. Note that this code has not been tested for interoperability and may be subject to change. feedback and ok markus@
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-5/+2
| | | | | | | | | | | | | with "route exec" or "nc -V" as a proxycommand. "route exec" also ensures that trafic such as DNS lookups stays withing the specified routingdomain. For example (from reyk): # route -T 2 exec /usr/sbin/sshd or inherited from the parent process $ route -T 2 exec sh $ ssh 10.1.2.3 ok deraadt@ markus@ stevesk@ reyk@
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-2/+5
| | | | ok markus@
* fix example, default key type is rsa for 3+ years; fromstevesk2008-12-291-3/+3
| | | | frederic.perrin@resel.fr
* the ellipsis is not an optional argument; while here, improve spacing.sobrado2008-11-011-3/+3
|
* default to rsa (protocol 2) keys, instead of rsa1 keys; spotted bydjm2008-04-301-3/+3
| | | | larsnooden AT openoffice.org
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Change "a SSH" to "an SSH". Hurray, I'm not the only one whoray2006-09-251-2/+2
| | | | | | pronounces "SSH" as "ess-ess-aich". OK jmc@ and stevesk@.
* deploy .An -nosplit; ok jmcjaredy2005-09-301-1/+2
|
* sort options and sync usage();jmc2005-03-011-22/+22
|
* option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@djm2005-03-011-2/+10
|
* Fix incorrect macro, .I -> .Embrad2004-07-121-2/+2
| | | | | | From: Eric S. Raymond <esr at thyrsus dot com> ok jmc@
* - section reorderjmc2003-06-101-26/+25
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* typo: DSA keys are of type ssh-dss; Brian Poolemarkus2003-05-121-2/+2
|
* - killed whitespacejmc2003-03-281-7/+13
| | | | | | | - new sentence new line - .Bk for arguments ok markus@
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-3/+3
| | | | | | | | $ command or # command deraadt@ ok
* move ssh config files to /etc/sshderaadt2002-02-091-2/+2
|
* avoid first person in manual pagesderaadt2001-09-051-9/+9
|
* minor cleanupstevesk2001-08-231-3/+3
|
* ssh 2 support; from wayned@users.sourceforge.netmarkus2001-08-051-11/+64
|
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-12/+13
| | | | | | | o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
* kill whitespace at EOL.itojun2001-06-231-4/+4
|
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-06-221-5/+2
| | | | | | | | | o) remove unnecessary .Pp; o) better -mdoc style; o) typo; o) sort SEE ALSO; aaron@ ok
* License clarification from David Mazieres, ok deraadt@pvalchev2001-06-051-3/+2
|
* Fix typo reported in PR/1779ian2001-04-181-2/+2
|
* copyright notices on all source filesderaadt2001-03-011-4/+11
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* missing .Elitojun2001-01-051-0/+1
|
* David Maziere's ssh-keyscan, ok niels@markus2000-12-041-0/+94