summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweak the Nd lines for a bit of consistency;jmc2019-11-301-3/+3
| | | | ok markus
* since these pages now clearly tell folks to avoid v1, normalisejmc2016-02-171-3/+3
| | | | | | | the docs from a v2 perspective (i.e. stop pointing out which bits are v2 only); ok/tweaks djm ok markus
* add missing mentions of ed25519; ok djm@naddy2013-12-071-2/+4
|
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-2/+4
| | | | | | | | | | | | | | | | | 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@
* use the same template for all FILES sections; i.e. -compact/.Pp where wejmc2010-08-081-5/+9
| | | | have multiple items, and .Pa for path names;
* enable certificates for hostbased authentication, from Iain Morgan;djm2010-08-041-2/+5
| | | | "looks ok" markus@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* some consistency fixes;jmc2006-02-241-5/+5
|
* - section reorderjmc2003-06-101-3/+3
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* - killed whitespacejmc2003-03-281-3/+3
| | | | | | | - new sentence new line - .Bk for arguments ok markus@
* typo: "the the"stevesk2002-11-241-2/+2
|
* we cannot use HostbasedAuthentication for enabling ssh-keysign(8),markus2002-11-071-2/+2
| | | | | | | because HostbasedAuthentication might be enabled based on the target host and ssh-keysign(8) does not know the remote hostname and not trust ssh(1) about the hostname, so we add a new option EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
* re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configmarkus2002-07-031-1/+16
| | | | | and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@
* merge in stuff from my man page; ok markus@stevesk2002-06-101-7/+16
|
* first version of ssh-keysign manpage, ok deraadt@markus2002-05-251-0/+58