OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.86 / (download) - annotate - [select for diffs], Tue Dec 19 06:57:34 2023 UTC (4 months, 4 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.85: +7 -7 lines
Diff to previous 1.85 (colored)

sort -C, and add to usage(); ok djm

Revision 1.85 / (download) - annotate - [select for diffs], Mon Dec 18 14:46:56 2023 UTC (4 months, 4 weeks ago) by djm
Branch: MAIN
Changes since 1.84: +11 -3 lines
Diff to previous 1.84 (colored)

Make it possible to load certs from PKCS#11 tokens

Adds a protocol extension to allow grafting certificates supplied by
ssh-add to keys loaded from PKCS#11 tokens in the agent.

feedback/ok markus@

Revision 1.84 / (download) - annotate - [select for diffs], Fri Feb 4 02:49:17 2022 UTC (2 years, 3 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.83: +4 -4 lines
Diff to previous 1.83 (colored)

Since they are deprecated, move DSA to the end of the default list of
public keys so that they will be tried last.  From github PR#295 from
"ProBackup-nl", ok djm@

Revision 1.83 / (download) - annotate - [select for diffs], Wed Dec 22 06:56:41 2021 UTC (2 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.82: +6 -6 lines
Diff to previous 1.82 (colored)

sort -H and -h in SYNOPSIS/usage();
tweak the -H text;

ok djm

Revision 1.82 / (download) - annotate - [select for diffs], Sun Dec 19 22:14:12 2021 UTC (2 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.81: +82 -2 lines
Diff to previous 1.81 (colored)

document destination-constrained keys

feedback / ok markus@

Revision 1.81 / (download) - annotate - [select for diffs], Tue Jul 14 23:57:01 2020 UTC (3 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.80: +23 -7 lines
Diff to previous 1.80 (colored)

allow some additional control over the use of ssh-askpass
via $SSH_ASKPASS_REQUIRE, including force-enable/disable.
bz#69 ok markus@

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jun 26 05:04:07 2020 UTC (3 years, 10 months ago) by djm
Branch: MAIN
Changes since 1.79: +7 -2 lines
Diff to previous 1.79 (colored)

allow "ssh-add -d -" to read keys to be deleted from stdin
bz#3180; ok dtucker@

Revision 1.79 / (download) - annotate - [select for diffs], Fri Feb 7 03:57:31 2020 UTC (4 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.78: +5 -3 lines
Diff to previous 1.78 (colored)

sync the description of the $SSH_SK_PROVIDER environment variable with
that of the SecurityKeyProvider ssh/sshd_config(5) directive, as the
latter was more descriptive.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Jan 17 20:13:47 2020 UTC (4 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.77: +5 -3 lines
Diff to previous 1.77 (colored)

Document loading of resident keys from a FIDO authenticator.

* Rename -O to -K to keep "-O option" available.
* Document -K.
* Trim usage() message down to synopsis, like all other commands.

ok markus@

Revision 1.77 / (download) - annotate - [select for diffs], Sat Dec 21 20:22:34 2019 UTC (4 years, 4 months ago) by naddy
Branch: MAIN
Changes since 1.76: +8 -13 lines
Diff to previous 1.76 (colored)

Replace the term "security key" with "(FIDO) authenticator".

The polysemous use of "key" was too confusing.  Input from markus@.
ok jmc@

Revision 1.76 / (download) - annotate - [select for diffs], Sat Nov 30 07:07:59 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored)

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

Revision 1.75 / (download) - annotate - [select for diffs], Mon Nov 18 23:16:49 2019 UTC (4 years, 5 months ago) by naddy
Branch: MAIN
Changes since 1.74: +6 -3 lines
Diff to previous 1.74 (colored)

more missing mentions of ed25519-sk; ok djm@

Revision 1.74 / (download) - annotate - [select for diffs], Fri Nov 15 11:16:28 2019 UTC (4 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)

double word;

Revision 1.73 / (download) - annotate - [select for diffs], Thu Nov 14 21:27:30 2019 UTC (4 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.72: +3 -4 lines
Diff to previous 1.72 (colored)

directly support U2F/FIDO2 security keys in OpenSSH by linking
against the (previously external) USB HID middleware. The dlopen()
capability still exists for alternate middlewares, e.g. for
Bluetooth, NFC and test/debugging.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Nov 7 08:38:38 2019 UTC (4 years, 6 months ago) by naddy
Branch: MAIN
Changes since 1.71: +6 -3 lines
Diff to previous 1.71 (colored)

Fill in missing man page bits for U2F security key support:

Mention the new key types, the ~/.ssh/id_ecdsa_sk file, ssh's
SecurityKeyProvider keyword, the SSH_SK_PROVIDER environment variable,
and ssh-keygen's new -w and -x options.

Copy the ssh-sk-helper man page from ssh-pkcs11-helper with minimal
substitutions.

ok djm@

Revision 1.71 / (download) - annotate - [select for diffs], Fri Nov 1 00:52:35 2019 UTC (4 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.70: +6 -6 lines
Diff to previous 1.70 (colored)

sort;

Revision 1.70 / (download) - annotate - [select for diffs], Thu Oct 31 21:19:56 2019 UTC (4 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.69: +10 -1 lines
Diff to previous 1.69 (colored)

ssh-add support for U2F/FIDO keys

Revision 1.69 / (download) - annotate - [select for diffs], Mon Jan 21 12:53:35 2019 UTC (5 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.68: +13 -3 lines
Diff to previous 1.68 (colored)

add "-v" flags to ssh-add and ssh-pkcs11-helper to turn up debug
verbosity.

Make ssh-agent turn on ssh-pkcs11-helper's verbosity when it is run
in debug mode ("ssh-agent -d"), so we get to see errors from the
PKCS#11 code.

ok markus@

Revision 1.68 / (download) - annotate - [select for diffs], Mon Jan 21 07:09:10 2019 UTC (5 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.67: +5 -6 lines
Diff to previous 1.67 (colored)

- -T was added to the first synopsis by mistake
- since "..." denotes optional, no need to surround it in []

ok djm

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jan 20 22:03:29 2019 UTC (5 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.66: +10 -2 lines
Diff to previous 1.66 (colored)

add option to test whether keys in an agent are usable, by performing
a signature and a verification using each key "ssh-add -T pubkey [...]"

work by markus@, ok djm@

Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 29 13:05:58 2017 UTC (6 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.65: +4 -4 lines
Diff to previous 1.65 (colored)

sort options;

Revision 1.65 / (download) - annotate - [select for diffs], Tue Aug 29 09:42:29 2017 UTC (6 years, 8 months ago) by dlg
Branch: MAIN
Changes since 1.64: +5 -3 lines
Diff to previous 1.64 (colored)

add a -q option to ssh-add to make it quiet on success.

if you want to silence ssh-add without this you generally redirect
the output to /dev/null, but that can hide error output which you
should see.

ok djm@

Revision 1.64 / (download) - annotate - [select for diffs], Fri May 5 10:41:58 2017 UTC (7 years ago) by naddy
Branch: MAIN
Changes since 1.63: +6 -6 lines
Diff to previous 1.63 (colored)

remove superfluous protocol 2 mentions; ok jmc@

Revision 1.63 / (download) - annotate - [select for diffs], Wed May 3 06:32:02 2017 UTC (7 years ago) by jmc
Branch: MAIN
Changes since 1.62: +3 -6 lines
Diff to previous 1.62 (colored)

more protocol 1 stuff to go; ok djm

Revision 1.62 / (download) - annotate - [select for diffs], Mon Mar 30 18:28:37 2015 UTC (9 years, 1 month 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, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.61: +10 -8 lines
Diff to previous 1.61 (colored)

ssh-askpass(1) is the default, overridden by SSH_ASKPASS;
diff originally from jiri b;

Revision 1.61 / (download) - annotate - [select for diffs], Sun Dec 21 22:27:56 2014 UTC (9 years, 4 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.60: +11 -2 lines
Diff to previous 1.60 (colored)

Add FingerprintHash option to control algorithm used for key
fingerprints. Default changes from MD5 to SHA256 and format
from hex to base64.

Feedback and ok naddy@ markus@

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

improve capitalization for the Ed25519 public-key signature system.

ok djm@

Revision 1.59 / (download) - annotate - [select for diffs], Sat Dec 7 11:58:46 2013 UTC (10 years, 5 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.58: +6 -3 lines
Diff to previous 1.58 (colored)

add missing mentions of ed25519; ok djm@

Revision 1.58 / (download) - annotate - [select for diffs], Mon Dec 3 08:33:02 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

tweak previous;

Revision 1.57 / (download) - annotate - [select for diffs], Sun Dec 2 20:42:15 2012 UTC (11 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.56: +7 -7 lines
Diff to previous 1.56 (colored)

make deleting explicit keys "ssh-add -d" symmetric with adding keys -
try to delete the corresponding certificate too and respect the -k option
to allow deleting of the key only; feedback and ok markus@

Revision 1.56 / (download) - annotate - [select for diffs], Tue Oct 18 05:00:48 2011 UTC (12 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.55: +6 -3 lines
Diff to previous 1.55 (colored)

new "ssh-add -k" option to load plain keys (skipping certificates);
"looks ok" markus@

Revision 1.55 / (download) - annotate - [select for diffs], Thu Oct 28 18:33:28 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.54: +2 -4 lines
Diff to previous 1.54 (colored)

knock out some "-*- nroff -*-" lines;

Revision 1.54 / (download) - annotate - [select for diffs], Sat Sep 4 09:38:34 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

two more EXIT STATUS sections;

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 31 11:54:45 2010 UTC (13 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.52: +8 -5 lines
Diff to previous 1.52 (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.52 / (download) - annotate - [select for diffs], Fri Mar 5 10:28:21 2010 UTC (14 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.51: +9 -2 lines
Diff to previous 1.51 (colored)

mention loading of certificate files from [private]-cert.pub when
they are present; feedback and ok jmc@

Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 10 23:20:38 2010 UTC (14 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

pkcs#11 is no longer optional; improve wording; ok jmc@

Revision 1.50 / (download) - annotate - [select for diffs], Mon Feb 8 22:03:05 2010 UTC (14 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.49: +5 -5 lines
Diff to previous 1.49 (colored)

tweak previous; ok markus

Revision 1.49 / (download) - annotate - [select for diffs], Mon Feb 8 10:50:20 2010 UTC (14 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.48: +7 -7 lines
Diff to previous 1.48 (colored)

replace our obsolete smartcard code with PKCS#11.
	ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf
ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11
provider (shared library) while ssh-agent(1) delegates PKCS#11 to
a forked a ssh-pkcs11-helper process.
PKCS#11 is currently a compile time option.
feedback and ok djm@; inspired by patches from Alon Bar-Lev

Revision 1.48 / (download) - annotate - [select for diffs], Thu Oct 22 15:02:12 2009 UTC (14 years, 6 months ago) by sobrado
Branch: MAIN
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

write UNIX-domain in a more consistent way; while here, replace a
few remaining ".Tn UNIX" macros with ".Ux" ones.

pointed out by ratchov@, thanks!

ok jmc@

Revision 1.47 / (download) - annotate - [select for diffs], Thu Oct 22 12:35:53 2009 UTC (14 years, 6 months ago) by sobrado
Branch: MAIN
Changes since 1.46: +5 -4 lines
Diff to previous 1.46 (colored)

use the UNIX-related macros (.At and .Ux) where appropriate.

ok jmc@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jun 12 13:41:03 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

identies -> identities;

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jun 12 07:41:00 2007 UTC (16 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.44: +14 -3 lines
Diff to previous 1.44 (colored)

better document ssh-add's -d option (delete identies from agent), bz#1224
new text based on some provided by andrewmc-debian AT celt.dias.ie;
ok dtucker@

Revision 1.44 / (download) - annotate - [select for diffs], Thu May 31 19:20:16 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

convert to new .Dd format;

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Sun Sep 4 18:40:07 2005 UTC (18 years, 8 months ago) by brad
Branch: OPENBSD_3_7
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

upgrade to OpenSSH 4.2

Revision 1.41.2.2 / (download) - annotate - [select for diffs], Fri Sep 2 03:45:00 2005 UTC (18 years, 8 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.41.2.1: +7 -7 lines
Diff to previous 1.41.2.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)

upgrade to OpenSSH 4.2

Revision 1.43 / (download) - annotate - [select for diffs], Thu Apr 21 06:17:50 2005 UTC (19 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.42: +7 -7 lines
Diff to previous 1.42 (colored)

OpenSSH doesn't ever look at the $HOME environment variable, so don't say
that we do (bz #623); ok deraadt@

Revision 1.40.2.1 / (download) - annotate - [select for diffs], Thu Mar 10 17:15:04 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.40: +24 -23 lines
Diff to previous 1.40 (colored) next main 1.41 (colored)

upgrade to OpenSSH 4.0

Revision 1.41.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.41: +23 -22 lines
Diff to previous 1.41 (colored)

upgrade to OpenSSH 4.0

Revision 1.42 / (download) - annotate - [select for diffs], Tue Mar 1 17:32:19 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_7
Changes since 1.41: +23 -22 lines
Diff to previous 1.41 (colored)

sort options;

Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 30 21:22:49 2004 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

.Xsession -> .xsession;
originally from a pr from f at obiit dot org, but missed by myself;

ok markus@ matthieu@

Revision 1.39.2.2 / (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.39.2.1: +0 -0 lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored)

upgrade to OpenSSH 3.9

Revision 1.37.2.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.37.2.2: +4 -3 lines
Diff to previous 1.37.2.2 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored)

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

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:34 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

upgrade to OpenSSH 3.8

Revision 1.40 / (download) - annotate - [select for diffs], Tue Nov 25 23:10:08 2003 UTC (20 years, 5 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_5
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.

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

upgrade to OpenSSH 3.7

Revision 1.37.2.2 / (download) - annotate - [select for diffs], Tue Sep 16 20:50:43 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.37.2.1: +20 -20 lines
Diff to previous 1.37.2.1 (colored) to branchpoint 1.37 (colored)

upgrade to OpenSSH 3.7

Revision 1.39 / (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_4_BASE
Branch point for: OPENBSD_3_4
Changes since 1.38: +20 -20 lines
Diff to previous 1.38 (colored)

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

ssh pages ok markus@

Revision 1.37.2.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.37: +5 -4 lines
Diff to previous 1.37 (colored)

Update OpenSSH to version 3.6.1

Revision 1.35.2.2 / (download) - annotate - [select for diffs], Thu Apr 3 23:27:12 2003 UTC (21 years, 1 month ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.35.2.1: +5 -4 lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored)

Update to OpenSSH 3.6.1

Revision 1.30.2.2 / (download) - annotate - [select for diffs], Thu Apr 3 22:35:17 2003 UTC (21 years, 1 month ago) by miod
Branch: OPENBSD_3_1
Changes since 1.30.2.1: +12 -3 lines
Diff to previous 1.30.2.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored)

Merge OpenSSH 3.6.1

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Tue Apr 1 00:12:14 2003 UTC (21 years, 1 month ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.35: +11 -3 lines
Diff to previous 1.35 (colored)

Update to OpenSSH 3.6

Revision 1.38 / (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.37: +5 -4 lines
Diff to previous 1.37 (colored)

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

ok markus@

Revision 1.37 / (download) - annotate - [select for diffs], Mon Feb 10 11:51:47 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 23 13:50:27 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.35: +10 -2 lines
Diff to previous 1.35 (colored)

ssh-add -c, prompt user for confirmation (using ssh-askpass) when
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@

Revision 1.30.2.1 / (download) - annotate - [select for diffs], Wed Jun 26 15:30:39 2002 UTC (21 years, 10 months ago) by jason
Branch: OPENBSD_3_1
Changes since 1.30: +16 -3 lines
Diff to previous 1.30 (colored)

Pull in OpenSSH-3.4

Revision 1.27.2.2 / (download) - annotate - [select for diffs], Sat Jun 22 07:23:17 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.27.2.1: +16 -3 lines
Diff to previous 1.27.2.1 (colored) to branchpoint 1.27 (colored) next main 1.28 (colored)

Update OpenSSH to version 3.3 (with local changes, configuration files still
living in /etc and privsep user being nobody).

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 19 00:27:55 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

KNF done automatically while reading....

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jun 10 17:36:22 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored)

use convtime() to parse and validate key lifetime.  can now
use '-t 2h' etc.  ok markus@ provos@

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 5 21:55:44 2002 UTC (21 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.32: +5 -1 lines
Diff to previous 1.32 (colored)

ssh-add -t life,  Set lifetime (in seconds) when adding identities; ok provos@

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 5 19:57:12 2002 UTC (21 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.31: +6 -2 lines
Diff to previous 1.31 (colored)

ssh-add -x for lock and -X for unlocking the agent.
todo: encrypt private keys with locked...

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 5 16:35:45 2002 UTC (21 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (colored)

mention $SSH_AUTH_SOCK; dave@ugc.org.uk

Revision 1.24.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.24.2.1: +15 -12 lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)

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

Revision 1.17.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.17.2.5: +15 -12 lines
Diff to previous 1.17.2.5 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Merge OpenSSH 3.1.

Revision 1.27.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.27: +15 -12 lines
Diff to previous 1.27 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.30 / (download) - annotate - [select for diffs], Mon Feb 4 20:41:16 2002 UTC (22 years, 3 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.29: +6 -11 lines
Diff to previous 1.29 (colored)

more sync for default ssh-add identities; ok markus@

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 29 16:41:19 2002 UTC (22 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored)

add DIAGNOSTICS; ok stevesk@

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 21 10:06:43 2001 UTC (22 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.27: +5 -2 lines
Diff to previous 1.27 (colored)

Try all standard key files (id_rsa, id_dsa, identity) when invoked with
no arguments; ok markus@

Revision 1.24.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.24: +13 -3 lines
Diff to previous 1.24 (colored)

Pull in OpenSSH-2.9.9

Revision 1.17.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.17.2.4: +13 -3 lines
Diff to previous 1.17.2.4 (colored) to branchpoint 1.17 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 23 18:08:59 2001 UTC (22 years, 8 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE
Branch point for: OPENBSD_3_0
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

minor cleanup

Revision 1.26 / (download) - annotate - [select for diffs], Fri Aug 3 10:31:19 2001 UTC (22 years, 9 months ago) by jakob
Branch: MAIN
Changes since 1.25: +11 -1 lines
Diff to previous 1.25 (colored)

document smartcard options. ok markus@

Revision 1.17.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:35 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.17.2.3: +7 -3 lines
Diff to previous 1.17.2.3 (colored) to branchpoint 1.17 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 5 13:42:52 2001 UTC (23 years ago) by stevesk
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

typos, grammar

Revision 1.24 / (download) - annotate - [select for diffs], Tue Apr 10 09:13:21 2001 UTC (23 years, 1 month ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.23: +5 -3 lines
Diff to previous 1.23 (colored)

document id_rsa{.pub,}.  markus ok

Revision 1.23 / (download) - annotate - [select for diffs], Mon Apr 9 15:19:49 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored)

ssh-add retries the last passphrase...

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

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.13.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:07 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.3: +4 -4 lines
Diff to previous 1.13.2.3 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.13.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:15 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.2: +12 -28 lines
Diff to previous 1.13.2.2 (colored) to branchpoint 1.13 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 2 18:54:31 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

make copyright lines the same format

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 8 19:22:38 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

drop references to ssl(8).  markus ok

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

$OpenBSD$

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 28 10:24:04 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.18: +8 -25 lines
Diff to previous 1.18 (colored)

cleanup AUTHORS sections

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 10 05:10:40 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (colored)

- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:31:19 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13.2.1: +31 -6 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:53 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.16: +29 -5 lines
Diff to previous 1.16 (colored)

cleanup copyright notices on all files.  I have attempted to be accurate with
the details.  everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence.  We're not changing any rules, just
being accurate.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:28 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored)

add missing .El against .Bl.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:23:23 2000 UTC (23 years, 8 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.13: +5 -7 lines
Diff to previous 1.13 (colored)

Pull in the rest of openssh-2.2.0 to 2.7 branch (luvin' cvs...)

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 25 16:16:15 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +1 -5 lines
Diff to previous 1.14 (colored)

no need for those dynamic libraries anymore

Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 19 21:34:43 2000 UTC (23 years, 9 months ago) by markus
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

add SSH2/DSA support to the agent and some other DSA related cleanups.
(note that we cannot talk to ssh.com's ssh2 agents)

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 3 18:04:38 2000 UTC (24 years ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

more doc on: DSA, id_dsa, known_hosts2, authorized_keys2

Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 12 21:47:50 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Trailing whitespace begone!

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 23 21:11:38 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.10: +18 -15 lines
Diff to previous 1.10 (colored)

Fix some formatting problems I missed before.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 22 02:17:50 2000 UTC (24 years, 4 months ago) by aaron
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

ie. -> i.e.,

Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 2 20:05:40 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.8: +5 -2 lines
Diff to previous 1.8 (colored)

document $SSH_ASKPASS, reasonable default

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 24 16:13:45 1999 UTC (24 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.7: +6 -3 lines
Diff to previous 1.7 (colored)

SSH_ASKPASS support

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 16 22:49:28 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 17 20:35:46 1999 UTC (24 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove some redundant .Pp.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 17 00:31:06 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +25 -9 lines
Diff to previous 1.4 (colored)

update trailer, and copy to other pages

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 11 20:40:07 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3 (colored)

document reality (no askpass, ignore group-world-accessible private keys)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 2 13:10:26 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +14 -2 lines
Diff to previous 1.2 (colored)

detail how we manage to not include RSA, and point people at ssl(8)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 26 22:30:06 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +49 -58 lines
Diff to previous 1.1 (colored)

first cut of mandoc man pages from aaron

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 20:53:37 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN

i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
well, except for the patent issues.  someone in sweden (forget their
name at the moment) cleaned out most of the patented code, and now
this code removes rsa code.  when this is done, it will link against
libssl, but the work isn't completely done yet.  then we need to bring
this up to modern days, featurewise.

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.