OpenBSD CVS

CVS log for src/usr.bin/ssh/ssh-keyscan.1


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.49 / (download) - annotate - [select for diffs], Fri Feb 10 06:41:53 2023 UTC (15 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

space between macro and punctuation;
sort usage();

Revision 1.48 / (download) - annotate - [select for diffs], Fri Feb 10 04:56:30 2023 UTC (15 months ago) by djm
Branch: MAIN
Changes since 1.47: +17 -2 lines
Diff to previous 1.47 (colored)

let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when
outputting SSHFP fingerprints to allow algorithm selection.
bz3493 ok dtucker@

Revision 1.47 / (download) - annotate - [select for diffs], Fri Oct 28 02:29:34 2022 UTC (18 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.46: +20 -4 lines
Diff to previous 1.46 (colored)

allow ssh-keyscan(1) to accept CIDR address ranges, e.g.
ssh-keyscan 192.168.0.0/24

If a CIDR range is passed, then it will be expanded to all possible
addresses in the range including the all-0s and all-1s addresses.

bz#976 feedback/ok markus@

Revision 1.46 / (download) - annotate - [select for diffs], Fri Jun 3 04:00:15 2022 UTC (23 months, 2 weeks ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.45: +7 -3 lines
Diff to previous 1.45 (colored)

Add missing *-sk types to ssh-keyscan manpage.
From skazi0 via github PR#294.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Nov 30 07:07:59 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)

tweak the Nd lines for a bit of consistency;
ok markus

Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 5 07:03:18 2018 UTC (6 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.43: +9 -24 lines
Diff to previous 1.43 (colored)

move the input format details to -f;
remove the output format details and point to sshd(8), where it is documented;

ok dtucker

Revision 1.43 / (download) - annotate - [select for diffs], Fri Mar 2 21:40:15 2018 UTC (6 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.42: +45 -55 lines
Diff to previous 1.42 (colored)

apply a lick of paint; tweaks/ok dtucker

Revision 1.42 / (download) - annotate - [select for diffs], Fri Feb 23 07:38:09 2018 UTC (6 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.41: +5 -4 lines
Diff to previous 1.41 (colored)

some cleanup for BindInterface and ssh-keyscan;

Revision 1.41 / (download) - annotate - [select for diffs], Fri Feb 23 05:14:05 2018 UTC (6 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.40: +13 -3 lines
Diff to previous 1.40 (colored)

Add ssh-keyscan -D option to make it print its results in SSHFP format
bz#2821, ok dtucker@

Revision 1.40 / (download) - annotate - [select for diffs], Tue May 2 17:04:09 2017 UTC (7 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.39: +3 -6 lines
Diff to previous 1.39 (colored)

rsa1 is no longer valid;

Revision 1.39 / (download) - annotate - [select for diffs], Sun Apr 30 23:18:44 2017 UTC (7 years ago) by djm
Branch: MAIN
Changes since 1.38: +1 -6 lines
Diff to previous 1.38 (colored)

remove KEY_RSA1

ok markus@

Revision 1.38 / (download) - annotate - [select for diffs], Sun Nov 8 23:24:03 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored)

-c before -H, in SYNOPSIS and usage();

Revision 1.37 / (download) - annotate - [select for diffs], Sun Nov 8 22:30:20 2015 UTC (8 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.36: +5 -3 lines
Diff to previous 1.36 (colored)

Add "ssh-keyscan -c ..." flag to allow fetching certificates instead
of plain keys; ok markus@

Revision 1.36 / (download) - annotate - [select for diffs], Sat Aug 30 15:33:50 2014 UTC (9 years, 8 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

improve capitalization for the Ed25519 public-key signature system.

ok djm@

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 12 13:06:59 2014 UTC (10 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.34: +8 -7 lines
Diff to previous 1.34 (colored)

scan for Ed25519 keys by default too

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 28 14:13:39 2014 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.33: +14 -14 lines
Diff to previous 1.33 (colored)

kill some bad Pa;
From: Jan Stary

Revision 1.33 / (download) - annotate - [select for diffs], Sat Dec 7 11:58:46 2013 UTC (10 years, 5 months ago) by naddy
Branch: MAIN
Changes since 1.32: +4 -3 lines
Diff to previous 1.32 (colored)

add missing mentions of ed25519; ok djm@

Revision 1.32 / (download) - annotate - [select for diffs], Fri Dec 6 13:39:49 2013 UTC (10 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored)

support ed25519 keys (hostkeys and user identities) using the public domain
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html
feedback, help & ok djm@

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 16 00:07:52 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored)

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 11 13:34:17 2012 UTC (12 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.29: +7 -4 lines
Diff to previous 1.29 (colored)

now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
look for them by default; bz#1971

Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 31 11:54:45 2010 UTC (13 years, 8 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.28: +12 -8 lines
Diff to previous 1.28 (colored)

Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
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@

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 9 23:04:13 2010 UTC (14 years, 4 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.27: +0 -3 lines
Diff to previous 1.27 (colored)

Remove RoutingDomain from ssh since it's now not needed.  It can be replaced
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@

Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 28 16:38:18 2009 UTC (14 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.26: +5 -2 lines
Diff to previous 1.26 (colored)

Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.

ok markus@

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 29 01:12:36 2008 UTC (15 years, 4 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

fix example, default key type is rsa for 3+ years; from
frederic.perrin@resel.fr

Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 1 11:14:36 2008 UTC (15 years, 6 months ago) by sobrado
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

the ellipsis is not an optional argument; while here, improve spacing.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 30 10:14:03 2008 UTC (16 years ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
larsnooden AT openoffice.org

Revision 1.23 / (download) - annotate - [select for diffs], Thu May 31 19:20:16 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

convert to new .Dd format;

Revision 1.20.4.3 / (download) - annotate - [select for diffs], Wed Nov 8 00:44:05 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.20.4.2: +2 -2 lines
Diff to previous 1.20.4.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

upgrade to OpenSSH 4.5

Revision 1.21.6.1 / (download) - annotate - [select for diffs], Wed Nov 8 00:42:11 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_4_0
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

upgrade to OpenSSH 4.5

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Wed Nov 8 00:17:14 2006 UTC (17 years, 6 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

upgrade to OpenSSH 4.5

Revision 1.20.4.2 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.20.4.1: +0 -0 lines
Diff to previous 1.20.4.1 (colored) to branchpoint 1.20 (colored)

upgrade to OpenSSH 4.4

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 25 04:55:38 2006 UTC (17 years, 7 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Change "a SSH" to "an SSH".  Hurray, I'm not the only one who
pronounces "SSH" as "ess-ess-aich".

OK jmc@ and stevesk@.

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Fri Feb 3 03:01:57 2006 UTC (18 years, 3 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

upgrade to OpenSSH 4.3

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Fri Feb 3 02:53:45 2006 UTC (18 years, 3 months ago) by brad
Branch: OPENBSD_3_7
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

upgrade to OpenSSH 4.3

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 30 20:34:26 2005 UTC (18 years, 7 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_3_9_BASE
Branch point for: OPENBSD_4_0, OPENBSD_3_9
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

deploy .An -nosplit; ok jmc

Revision 1.17.4.2 / (download) - annotate - [select for diffs], Thu Mar 10 17:15:05 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.17.4.1: +30 -22 lines
Diff to previous 1.17.4.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

upgrade to OpenSSH 4.0

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Thu Mar 10 16:28:28 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.18: +30 -22 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

upgrade to OpenSSH 4.0

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 1 15:47:14 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_8, OPENBSD_3_7
Changes since 1.19: +22 -22 lines
Diff to previous 1.19 (colored)

sort options and sync usage();

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 1 10:41:28 2005 UTC (19 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.18: +10 -2 lines
Diff to previous 1.18 (colored)

option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Thu Aug 19 22:37:32 2004 UTC (19 years, 9 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

upgrade to OpenSSH 3.9

Revision 1.17.4.1 / (download) - annotate - [select for diffs], Thu Aug 19 04:13:27 2004 UTC (19 years, 9 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

upgrade to OpenSSH 3.9

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 12 23:34:25 2004 UTC (19 years, 10 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fix incorrect macro, .I -> .Em

From: Eric S. Raymond <esr at thyrsus dot com>

ok jmc@

Revision 1.14.6.3 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:16 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.14.6.2: +0 -0 lines
Diff to previous 1.14.6.2 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.14.4.2 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:28 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.14.4.1: +26 -27 lines
Diff to previous 1.14.4.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

upgrade to OpenSSH 3.7

Revision 1.14.6.2 / (download) - annotate - [select for diffs], Tue Sep 16 20:50:44 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.14.6.1: +26 -27 lines
Diff to previous 1.14.6.1 (colored) to branchpoint 1.14 (colored)

upgrade to OpenSSH 3.7

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:11 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_5, OPENBSD_3_4
Changes since 1.16: +25 -26 lines
Diff to previous 1.16 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 12 18:35:18 2003 UTC (21 years ago) by markus
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

typo: DSA keys are of type ssh-dss; Brian Poole

Revision 1.14.6.1 / (download) - annotate - [select for diffs], Sun May 11 12:01:52 2003 UTC (21 years ago) by margarida
Branch: OPENBSD_3_3
Changes since 1.14: +13 -7 lines
Diff to previous 1.14 (colored)

Update OpenSSH to version 3.6.1

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Thu Apr 3 23:27:13 2003 UTC (21 years, 1 month ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.14: +13 -7 lines
Diff to previous 1.14 (colored)

Update to OpenSSH 3.6.1

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Thu Apr 3 22:35:18 2003 UTC (21 years, 1 month ago) by miod
Branch: OPENBSD_3_1
Changes since 1.14: +13 -7 lines
Diff to previous 1.14 (colored) next main 1.15 (colored)

Merge OpenSSH 3.6.1

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 28 10:11:43 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.14: +13 -7 lines
Diff to previous 1.14 (colored)

- killed whitespace
- new sentence new line
- .Bk for arguments

ok markus@

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:45 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.5.2.1: +3 -3 lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory.
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.3.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:43 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.3.2.5: +3 -3 lines
Diff to previous 1.3.2.5 (colored) next main 1.4 (colored)

Merge OpenSSH 3.1.

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Fri Mar 8 15:17:18 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_3_0
Changes since 1.12.2.1: +2 -2 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

apply the necessary openbsd30_3.1.patch patch.
--
Ok'd by markus@

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Thu Mar 7 17:37:47 2002 UTC (22 years, 2 months ago) by jason
Branch: OPENBSD_3_0
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 13 08:33:47 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_2_BASE, OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_3, OPENBSD_3_2, OPENBSD_3_1
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

When you give command examples and etc., in a manual page prefix them with:
$ command
or
# command

deraadt@ ok

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 9 17:37:34 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

move ssh config files to /etc/ssh

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Thu Sep 27 19:03:55 2001 UTC (22 years, 7 months ago) by jason
Branch: OPENBSD_2_9
Changes since 1.5: +83 -33 lines
Diff to previous 1.5 (colored)

Pull in OpenSSH-2.9.9

Revision 1.3.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:42 2001 UTC (22 years, 7 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.3.2.4: +83 -33 lines
Diff to previous 1.3.2.4 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 5 06:23:07 2001 UTC (22 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.11: +9 -9 lines
Diff to previous 1.11 (colored)

avoid first person in manual pages

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 23 18:08:59 2001 UTC (22 years, 8 months ago) by stevesk
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

minor cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 5 23:18:20 2001 UTC (22 years, 9 months ago) by markus
Branch: MAIN
Changes since 1.9: +64 -11 lines
Diff to previous 1.9 (colored)

ssh 2 support; from wayned@users.sourceforge.net

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 2 18:37:35 2001 UTC (22 years, 9 months ago) by mpech
Branch: MAIN
Changes since 1.8: +13 -12 lines
Diff to previous 1.8 (colored)

o) .Sh AUTHOR -> .Sh AUTHORS;
o) .Sh EXAMPLE -> .Sh EXAMPLES;
o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;

millert@ ok

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 23 17:48:18 2001 UTC (22 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

kill whitespace at EOL.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 22 10:17:51 2001 UTC (22 years, 11 months ago) by mpech
Branch: MAIN
Changes since 1.6: +2 -5 lines
Diff to previous 1.6 (colored)

o) .Sh AUTHOR -> .Sh AUTHORS;
o) remove unnecessary .Pp;
o) better -mdoc style;
o) typo;
o) sort SEE ALSO;

aaron@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 5 05:05:39 2001 UTC (22 years, 11 months ago) by pvalchev
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

License clarification from David Mazieres, ok deraadt@

Revision 1.3.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:36 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.3.2.3: +2 -2 lines
Diff to previous 1.3.2.3 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 18 16:21:05 2001 UTC (23 years, 1 month ago) by ian
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Fix typo reported in PR/1779

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:30 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.3.2.2: +11 -4 lines
Diff to previous 1.3.2.2 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:10 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4.2.1: +11 -4 lines
Diff to previous 1.4.2.1 (colored) next main 1.5 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:16 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.4: +3 -10 lines
Diff to previous 1.4 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.4 / (download) - annotate - [select for diffs], Thu Mar 1 03:38:33 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Branch point for: OPENBSD_2_7
Changes since 1.3: +11 -4 lines
Diff to previous 1.3 (colored)

copyright notices on all source files

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:30 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.3.2.1: +0 -0 lines
Diff to previous 1.3.2.1 (colored)

Pull in OpenSSH-2.5.1

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:19 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Pull in OpenSSH 2.5.0

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 29 01:58:18 2001 UTC (23 years, 3 months ago) by niklas
Branch: MAIN
Branch point for: OPENBSD_2_8
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 (colored)

$OpenBSD$

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 5 08:23:29 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

missing .El

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 4 19:24:02 2000 UTC (23 years, 5 months ago) by markus
Branch: MAIN

David Maziere's ssh-keyscan, ok niels@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.