OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.79 / (download) - annotate - [select for diffs], Thu Aug 10 14:37:32 2023 UTC (9 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored)

drop a wayward comma, ok jmc@

Revision 1.78 / (download) - annotate - [select for diffs], Sun Jul 23 20:04:45 2023 UTC (9 months, 3 weeks ago) by naddy
Branch: MAIN
Changes since 1.77: +4 -4 lines
Diff to previous 1.77 (colored)

man page typos; ok jmc@

Revision 1.77 / (download) - annotate - [select for diffs], Thu Jul 20 05:43:39 2023 UTC (9 months, 4 weeks ago) by jmc
Branch: MAIN
Changes since 1.76: +5 -5 lines
Diff to previous 1.76 (colored)

tweak the allow-remote-pkcs11 text;

Revision 1.73.6.1 / (download) - annotate - [select for diffs], Wed Jul 19 14:08:59 2023 UTC (9 months, 4 weeks ago) by bluhm
Branch: OPENBSD_7_2
Changes since 1.73: +45 -3 lines
Diff to previous 1.73 (colored) next main 1.74 (colored)

Disallow remote addition of FIDO/PKCS11 provider libraries to
ssh-agent by default.

The old behaviour of allowing remote clients from loading providers
can be restored using `ssh-agent -O allow-remote-pkcs11`.

Detection of local/remote clients requires a ssh(1) that supports
the `session-bind@openssh.com` extension. Forwarding access to a
ssh-agent socket using non-OpenSSH tools may circumvent this control.

from djm@; ok markus@

terminate process if requested to load a PKCS#11 provider that
isn't a PKCS#11 provider; from / ok markus@
from djm@

this is errata/7.2/032_ssh_agent.patch.sig

Revision 1.75.4.1 / (download) - annotate - [select for diffs], Wed Jul 19 14:07:53 2023 UTC (9 months, 4 weeks ago) by bluhm
Branch: OPENBSD_7_3
Changes since 1.75: +21 -3 lines
Diff to previous 1.75 (colored) next main 1.76 (colored)

Disallow remote addition of FIDO/PKCS11 provider libraries to
ssh-agent by default.

The old behaviour of allowing remote clients from loading providers
can be restored using `ssh-agent -O allow-remote-pkcs11`.

Detection of local/remote clients requires a ssh(1) that supports
the `session-bind@openssh.com` extension. Forwarding access to a
ssh-agent socket using non-OpenSSH tools may circumvent this control.

from djm@; ok markus@

terminate process if requested to load a PKCS#11 provider that
isn't a PKCS#11 provider; from / ok markus@
from djm@

this is errata/7.3/010_ssh_agent.patch.sig

Revision 1.76 / (download) - annotate - [select for diffs], Wed Jul 19 13:56:33 2023 UTC (9 months, 4 weeks ago) by djm
Branch: MAIN
Changes since 1.75: +21 -3 lines
Diff to previous 1.75 (colored)

Disallow remote addition of FIDO/PKCS11 provider libraries to
ssh-agent by default.

The old behaviour of allowing remote clients from loading providers
can be restored using `ssh-agent -O allow-remote-pkcs11`.

Detection of local/remote clients requires a ssh(1) that supports
the `session-bind@openssh.com` extension. Forwarding access to a
ssh-agent socket using non-OpenSSH tools may circumvent this control.

ok markus@

Revision 1.75 / (download) - annotate - [select for diffs], Fri Oct 7 06:00:58 2022 UTC (19 months, 1 week ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE
Branch point for: OPENBSD_7_3
Changes since 1.74: +7 -6 lines
Diff to previous 1.74 (colored)

ssh-agent.1:
- use Nm not Xr for self-ref
- while here, wrap a long line

ssh-agent.c:
- add -O to usage()

Revision 1.74 / (download) - annotate - [select for diffs], Fri Oct 7 04:06:26 2022 UTC (19 months, 1 week ago) by djm
Branch: MAIN
Changes since 1.73: +25 -2 lines
Diff to previous 1.73 (colored)

document "-O no-restrict-websafe"; spotted by Ross L Richardson

Revision 1.73 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:27 2022 UTC (2 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_1_BASE, OPENBSD_7_1
Branch point for: OPENBSD_7_2
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.72 / (download) - annotate - [select for diffs], Mon Jun 22 05:52:05 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.71: +9 -9 lines
Diff to previous 1.71 (colored)

better terminology for permissions; feedback & ok markus@

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jun 19 07:21:42 2020 UTC (3 years, 10 months ago) by dtucker
Branch: MAIN
Changes since 1.70: +8 -3 lines
Diff to previous 1.70 (colored)

Correct synopsis and usage for the options accepted when passing a command
to ssh-agent.  ok jmc@

Revision 1.70 / (download) - annotate - [select for diffs], Sat Dec 21 20:22:34 2019 UTC (4 years, 4 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.69: +4 -4 lines
Diff to previous 1.69 (colored)

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

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

Revision 1.69 / (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.68: +3 -3 lines
Diff to previous 1.68 (colored)

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

Revision 1.68 / (download) - annotate - [select for diffs], Thu Nov 28 12:23:25 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.67: +76 -82 lines
Diff to previous 1.67 (colored)

reshuffle the text to read better;
input from naddy, djmc, and dtucker

Revision 1.67 / (download) - annotate - [select for diffs], Tue Nov 19 16:02:32 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored)

revert previous: naddy pointed out what's meant to happen. rethink needed...

Revision 1.66 / (download) - annotate - [select for diffs], Tue Nov 19 14:54:47 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.65: +4 -6 lines
Diff to previous 1.65 (colored)

-c and -s do not make sense with -k; reshuffle -k into the main synopsis/usage;
ok djm

Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 31 21:22:01 2019 UTC (4 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.64: +10 -8 lines
Diff to previous 1.64 (colored)

ssh-agent support for U2F/FIDO keys

feedback & ok markus@

Revision 1.64 / (download) - annotate - [select for diffs], Wed Nov 30 06:54:26 2016 UTC (7 years, 5 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, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.63: +14 -13 lines
Diff to previous 1.63 (colored)

tweak previous;
while here fix up FILES and AUTHORS;

Revision 1.63 / (download) - annotate - [select for diffs], Wed Nov 30 03:07:37 2016 UTC (7 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.62: +14 -1 lines
Diff to previous 1.62 (colored)

add a whitelist of paths from which ssh-agent will load (via
ssh-pkcs11-helper) a PKCS#11 module; ok markus@

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

do not confuse mandoc by presenting "Dd";

Revision 1.61 / (download) - annotate - [select for diffs], Sun Nov 15 22:26:49 2015 UTC (8 years, 6 months ago) by jcs
Branch: MAIN
Changes since 1.60: +9 -2 lines
Diff to previous 1.60 (colored)

Add an AddKeysToAgent client option which can be set to 'yes', 'no',
'ask', or 'confirm', and defaults to 'no'.  When enabled, a private
key that is used during authentication will be added to ssh-agent if
it is running (with confirmation enabled if set to 'confirm').

Initial version from Joachim Schipper many years ago.

ok markus@

Revision 1.60 / (download) - annotate - [select for diffs], Thu Nov 5 09:48:05 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

"commandline" -> "command line", since there are so few examples
of the former in the pages, so many of the latter, and in some of
these pages we had multiple spellings;

prompted by tj

Revision 1.59 / (download) - annotate - [select for diffs], Fri Apr 24 06:26:49 2015 UTC (9 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.58: +3 -4 lines
Diff to previous 1.58 (colored)

combine -Dd onto one line and update usage();

Revision 1.58 / (download) - annotate - [select for diffs], Fri Apr 24 05:26:44 2015 UTC (9 years ago) by djm
Branch: MAIN
Changes since 1.57: +9 -3 lines
Diff to previous 1.57 (colored)

add ssh-agent -D to leave ssh-agent in foreground without enabling
debug mode; bz#2381 ok dtucker@

Revision 1.57 / (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.56: +11 -2 lines
Diff to previous 1.56 (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.56 / (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.55: +3 -3 lines
Diff to previous 1.55 (colored)

improve capitalization for the Ed25519 public-key signature system.

ok djm@

Revision 1.55 / (download) - annotate - [select for diffs], Wed Apr 16 23:28:12 2014 UTC (10 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.54: +16 -37 lines
Diff to previous 1.54 (colored)

remove the identity files from this manpage - ssh-agent doesn't deal
with them at all and the same information is duplicated in ssh-add.1
(which does deal with them); prodded by deraadt@

Revision 1.54 / (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_5_BASE, OPENBSD_5_5
Changes since 1.53: +7 -4 lines
Diff to previous 1.53 (colored)

add missing mentions of ed25519; ok djm@

Revision 1.53 / (download) - annotate - [select for diffs], Sun Nov 21 01:01:13 2010 UTC (13 years, 5 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

honour $TMPDIR for client xauth and ssh-agent temporary directories;
feedback and ok markus@

Revision 1.52 / (download) - annotate - [select for diffs], Tue Aug 31 17:40:54 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored)

fix some macro abuse;

Revision 1.51 / (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.50: +7 -4 lines
Diff to previous 1.50 (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.50 / (download) - annotate - [select for diffs], Sun Jan 17 21:49:09 2010 UTC (14 years, 4 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.49: +4 -3 lines
Diff to previous 1.49 (colored)

Correct and clarify ssh-add's password asking behavior.
Improved text dtucker and ok jmc

Revision 1.49 / (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.48: +8 -9 lines
Diff to previous 1.48 (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.48 / (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.47: +10 -6 lines
Diff to previous 1.47 (colored)

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

ok jmc@

Revision 1.47 / (download) - annotate - [select for diffs], Thu Mar 26 08:38:39 2009 UTC (15 years, 1 month ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored)

fix a few typographical errors found by spell(1).

ok dtucker@, jmc@

Revision 1.46 / (download) - annotate - [select for diffs], Sun Sep 9 11:38:01 2007 UTC (16 years, 8 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.45: +14 -14 lines
Diff to previous 1.45 (colored)

sort synopsis and options in ssh-agent(1); usage is lowercase

ok jmc@

Revision 1.45 / (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_2_BASE, OPENBSD_4_2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

convert to new .Dd format;

Revision 1.42.2.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.42.2.1: +3 -3 lines
Diff to previous 1.42.2.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)

upgrade to OpenSSH 4.4

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 7 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored) next main 1.44 (colored)

upgrade to OpenSSH 4.4

Revision 1.44 / (download) - annotate - [select for diffs], Tue Jul 18 08:03:09 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

mark up angle brackets;

Revision 1.42.2.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.42: +4 -4 lines
Diff to previous 1.42 (colored)

upgrade to OpenSSH 4.3

Revision 1.41.4.2 / (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.41.4.1: +4 -4 lines
Diff to previous 1.41.4.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)

upgrade to OpenSSH 4.3

Revision 1.43 / (download) - annotate - [select for diffs], Mon Nov 28 06:02:56 2005 UTC (18 years, 5 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE
Branch point for: OPENBSD_3_9
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

Update agent socket path templates to reflect reality, correct xref for
the time formats.  bz#1121, patch from openssh at roumenpetrov.info, ok djm@

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

upgrade to OpenSSH 4.2

Revision 1.41.2.1 / (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: +7 -7 lines
Diff to previous 1.41 (colored) next main 1.42 (colored)

upgrade to OpenSSH 4.2

Revision 1.42 / (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_3_8_BASE
Branch point for: OPENBSD_3_8
Changes since 1.41: +7 -7 lines
Diff to previous 1.41 (colored)

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

Revision 1.39.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.39: +17 -5 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

upgrade to OpenSSH 3.9

Revision 1.39.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.39: +17 -5 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

upgrade to OpenSSH 3.9

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jul 11 17:48:47 2004 UTC (19 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_7, OPENBSD_3_6
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

spaces

Revision 1.40 / (download) - annotate - [select for diffs], Thu May 13 02:47:50 2004 UTC (20 years ago) by dtucker
Branch: MAIN
Changes since 1.39: +17 -5 lines
Diff to previous 1.39 (colored)

Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@

Revision 1.36.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.36.2.2: +0 -0 lines
Diff to previous 1.36.2.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)

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

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: +7 -7 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.36.2.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.36.2.1: +7 -7 lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (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_5_BASE, OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_5, OPENBSD_3_4
Changes since 1.38: +6 -6 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.38 / (download) - annotate - [select for diffs], Wed May 14 13:11:56 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

setup -> set up;

from wiz@netbsd

Revision 1.36.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.36: +4 -3 lines
Diff to previous 1.36 (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: +4 -3 lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored)

Update to OpenSSH 3.6.1

Revision 1.31.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.31.2.1: +12 -2 lines
Diff to previous 1.31.2.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (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: +10 -1 lines
Diff to previous 1.35 (colored)

Update to OpenSSH 3.6

Revision 1.37 / (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.36: +4 -3 lines
Diff to previous 1.36 (colored)

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

ok markus@

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 21 18:14:36 2003 UTC (21 years, 3 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_3
Changes since 1.35: +10 -1 lines
Diff to previous 1.35 (colored)


Add a -t life option to ssh-agent that set the default lifetime.
The default can still be overriden by using -t in ssh-add.
OK markus@

Revision 1.28.2.3 / (download) - annotate - [select for diffs], Wed Jun 26 18:22:36 2002 UTC (21 years, 10 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.28.2.2: +4 -4 lines
Diff to previous 1.28.2.2 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

There was an update to OpenSSH 3.4, and people rejoiced.

Revision 1.31.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.31: +10 -5 lines
Diff to previous 1.31 (colored)

Pull in OpenSSH-3.4

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 24 13:12:23 2002 UTC (21 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

the socket name contains ssh-agent's ppid; via mpech@ from form@

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

use process ID vs. pid/PID/process identifier

Revision 1.28.2.2 / (download) - annotate - [select for diffs], Sat Jun 22 07:23:18 2002 UTC (21 years, 11 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.28.2.1: +8 -3 lines
Diff to previous 1.28.2.1 (colored) to branchpoint 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.33 / (download) - annotate - [select for diffs], Wed Jun 19 00:27:55 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

KNF done automatically while reading....

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

'-a bind_address' binds the agent to user-specified unix-domain
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).

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: +11 -13 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.16.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.16.2.5: +11 -13 lines
Diff to previous 1.16.2.5 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

Merge OpenSSH 3.1.

Revision 1.28.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.28: +11 -13 lines
Diff to previous 1.28 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.31 / (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.30: +1 -10 lines
Diff to previous 1.30 (colored)

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

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 3 23:22:59 2002 UTC (22 years, 3 months ago) by stevesk
Branch: MAIN
Changes since 1.29: +6 -4 lines
Diff to previous 1.29 (colored)

ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 19 18:40:46 2001 UTC (22 years, 6 months ago) by stevesk
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored)

clarify/state that private keys are not exposed to clients using the agent;
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: +11 -7 lines
Diff to previous 1.24 (colored)

Pull in OpenSSH-2.9.9

Revision 1.16.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.16.2.4: +11 -7 lines
Diff to previous 1.16.2.4 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

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

avoid first person in manual pages

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 23 18:02:48 2001 UTC (22 years, 8 months ago) by stevesk
Branch: MAIN
Changes since 1.26: +4 -6 lines
Diff to previous 1.26 (colored)

fix usage; ok markus@

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 15 16:57:21 2001 UTC (22 years, 10 months ago) by stevesk
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

-d will not fork; ok markus@

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 26 04:07:06 2001 UTC (22 years, 10 months ago) by markus
Branch: MAIN
Changes since 1.24: +7 -1 lines
Diff to previous 1.24 (colored)

add debug flag

Revision 1.16.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.16.2.3: +6 -4 lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

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 2 17:32:23 2001 UTC (23 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

grammar; slade@shore.net

Revision 1.16.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.16.2.2: +4 -4 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

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

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.12.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.12.2.2: +17 -35 lines
Diff to previous 1.12.2.2 (colored) to branchpoint 1.12 (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.16.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:27 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16.2.1: +0 -0 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored)

Pull in OpenSSH-2.5.1

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:17 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.16: +17 -35 lines
Diff to previous 1.16 (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], Sun Jan 28 10:24:04 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.19: +9 -26 lines
Diff to previous 1.19 (colored)

cleanup AUTHORS sections

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 15 20:09:01 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

typo, use .It

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 15 19:55:29 2000 UTC (23 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 (colored)

reorder SYNOPSIS

Revision 1.17 / (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.16: +2 -2 lines
Diff to previous 1.16 (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.12.2.2 / (download) - annotate - [select for diffs], Wed Nov 8 21:31:20 2000 UTC (23 years, 6 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.12.2.1: +30 -7 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored)

openssh-2.3.0 (again) for 2.7 branch

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 7 20:27:54 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.15: +30 -7 lines
Diff to previous 1.15 (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.12.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.12: +8 -8 lines
Diff to previous 1.12 (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: +7 -4 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], Thu Jul 6 04:06:56 2000 UTC (23 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Insert more missing .El directives. Our troff really should identify these and
spit out a warning.

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

more doc on: DSA, id_dsa, known_hosts2, authorized_keys2

Revision 1.11 / (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.10: +7 -7 lines
Diff to previous 1.10 (colored)

Trailing whitespace begone!

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

Fix some formatting problems I missed before.

Revision 1.9 / (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.8: +2 -2 lines
Diff to previous 1.8 (colored)

ie. -> i.e.,

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 16 23:59:21 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

typo

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 28 08:43:10 1999 UTC (24 years, 6 months ago) by markus
Branch: MAIN
Changes since 1.6: +50 -11 lines
Diff to previous 1.6 (colored)

from niklas: Add -c -s and -k support, Create socket early to avoid race,
Don't let child access std{in,out,err}

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

update trailer, and copy to other pages

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 16 20:47:14 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.
interops (x11,agent,etc) with 1.2.27 and protocol 1.3

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 14 18:17:42 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.3: +7 -19 lines
Diff to previous 1.3 (colored)

fix old connect() race security-bug for ssh-agent and agent-forwarding
by removing the connect() junk, with the following restrictions:
1) change the version to "OpenSSH-1.1":
   agent-forwarding will work only between OpenSSH-1.1 client and
   OpenSSH-1.1 server
2) renamed the environment variable of OpenSSH-1.1 to
   "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new
   ssh-agent does not work

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: +44 -49 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.