OpenBSD CVS

CVS log for src/usr.bin/ssh/scp.1


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.112 / (download) - annotate - [select for diffs], Fri Dec 16 07:13:22 2022 UTC (17 months ago) by djm
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.111: +7 -8 lines
Diff to previous 1.111 (colored)

Mention that scp uses the SFTP protocol and remove reference to
legacy flag. Spotted by, feedback and ok jmc@

Revision 1.111 / (download) - annotate - [select for diffs], Fri Dec 16 03:40:03 2022 UTC (17 months ago) by djm
Branch: MAIN
Changes since 1.110: +16 -2 lines
Diff to previous 1.110 (colored)

add a -X option to both scp(1) and sftp(1) to allow control over
some SFTP protocol knobs: the copy buffer length and the number of
inflight requests, both of which are used during upload/download.

Previously these could be controlled in sftp(1) using the -b/-R options.
This makes them available in both SFTP protocol clients using the same
option character sequence.

ok dtucker@

Revision 1.110 / (download) - annotate - [select for diffs], Mon Sep 19 21:39:16 2022 UTC (19 months, 3 weeks ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.109: +3 -2 lines
Diff to previous 1.109 (colored)

add RequiredRSASize to the list of keywords accepted by -o;
spotted by jmc@

Revision 1.109 / (download) - annotate - [select for diffs], Sat Apr 16 00:22:31 2022 UTC (2 years, 1 month ago) by tj
Branch: MAIN
Changes since 1.108: +4 -4 lines
Diff to previous 1.108 (colored)

list the correct version number when usage of the sftp protocol became default
and fix a typo

from ed maste

Revision 1.108 / (download) - annotate - [select for diffs], Wed Feb 23 21:21:16 2022 UTC (2 years, 2 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.107: +14 -10 lines
Diff to previous 1.107 (colored)

put back the scp manpage changes for SFTP mode too

Revision 1.107 / (download) - annotate - [select for diffs], Thu Feb 10 04:12:38 2022 UTC (2 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.106: +8 -12 lines
Diff to previous 1.106 (colored)

revert for imminent OpenSSH release, which wil ship with scp in RCP mode.

> revision 1.106
> date: 2021/10/15 14:46:46;  author: deraadt;  state: Exp;  lines: +13 -9;  commitid: w5n9B2RE38tFfggl;
> openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP
> protocol for copying.  Let's get back to testing the SFTP protocol.

This will be put back once the OpenSSH release is done.

Revision 1.106 / (download) - annotate - [select for diffs], Fri Oct 15 14:46:46 2021 UTC (2 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.105: +13 -9 lines
Diff to previous 1.105 (colored)

openbsd 7.0 release shipped with the (hopefully last) scp that uses RCP
protocol for copying.  Let's get back to testing the SFTP protocol.

Revision 1.105 / (download) - annotate - [select for diffs], Mon Sep 20 06:53:56 2021 UTC (2 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.104: +4 -4 lines
Diff to previous 1.104 (colored)

fix missing -s in SYNOPSYS and usage() as well as a capitalisation
mistake; spotted by jmc@

Revision 1.104 / (download) - annotate - [select for diffs], Mon Sep 20 01:55:42 2021 UTC (2 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.103: +10 -14 lines
Diff to previous 1.103 (colored)

Switch scp back to use the old protocol by default, ahead of release.
We'll wait a little longer for people to pick up sftp-server(8) that
supports the extension that scp needs for ~user paths to continue
working in SFTP protocol mode. Discussed with deraadt@

Revision 1.103 / (download) - annotate - [select for diffs], Fri Sep 10 07:11:11 2021 UTC (2 years, 8 months ago) by dtucker
Branch: MAIN
Changes since 1.102: +5 -5 lines
Diff to previous 1.102 (colored)

Clarify which file's attributes -p preserves, and that it's specifically
the file mode bits. bz#3340 from calestyo at scientia.net, ok djm@ jmc@

Revision 1.102 / (download) - annotate - [select for diffs], Thu Sep 9 06:17:39 2021 UTC (2 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.101: +10 -10 lines
Diff to previous 1.101 (colored)

- move CAVEATS to its correct order
- use the term "legacy" protocol rather than "original", as the latter
made the text misleading
- uppercase SCP

ok djm

Revision 1.101 / (download) - annotate - [select for diffs], Wed Sep 8 23:31:39 2021 UTC (2 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.100: +22 -20 lines
Diff to previous 1.100 (colored)

Use the SFTP protocol by default. The original scp/rcp protocol remains
available via the -O flag.

Note that ~user/ prefixed paths in SFTP mode require a protocol extension
that was first shipped in OpenSSH 8.7.

ok deraadt, after baking in snaps for a while without incident

Revision 1.100 / (download) - annotate - [select for diffs], Wed Aug 11 14:07:54 2021 UTC (2 years, 9 months ago) by naddy
Branch: MAIN
Changes since 1.99: +5 -5 lines
Diff to previous 1.99 (colored)

scp: tweak man page and error message for -3 by default

Now that the -3 option is enabled by default, flip the documentation
and error message logic from "requires -3" to "blocked by -R".

ok djm@

Revision 1.99 / (download) - annotate - [select for diffs], Tue Aug 10 03:33:34 2021 UTC (2 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.98: +21 -13 lines
Diff to previous 1.98 (colored)

Prepare for a future where scp(1) uses the SFTP protocol by default.
Replace recently added -M option to select the protocol with -O (olde)
and -s (SFTP) flags, and label the -s flag with a clear warning that it
will be removed in the near future (so no, don't use it in scripts!).

prompted by/feedback from deraadt@

Revision 1.98 / (download) - annotate - [select for diffs], Mon Aug 9 23:56:36 2021 UTC (2 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.97: +15 -5 lines
Diff to previous 1.97 (colored)

make scp -3 the default for remote-to-remote copies. It provides a
much better and more intuitive user experience and doesn't require
exposing credentials to the source host.

thanks naddy@ for catching the missing argument in usage()

"Yes please!" - markus@
"makes a lot of sense" - deraadt@
"the right thing to do" - dtucker@

Revision 1.97 / (download) - annotate - [select for diffs], Mon Aug 2 23:38:27 2021 UTC (2 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.96: +19 -2 lines
Diff to previous 1.96 (colored)

support for using the SFTP protocol for file transfers in scp, via a
new "-M sftp" option. Marked as experimental for now.

Some corner-cases exist, in particular there is no attempt to
provide bug-compatibility with scp's weird "double shell" quoting
rules.

Mostly by Jakub Jelen in GHPR#194 with some tweaks by me. ok markus@
Thanks jmc@ for improving the scp.1 bits.

Revision 1.96 / (download) - annotate - [select for diffs], Fri Jul 2 05:11:21 2021 UTC (2 years, 10 months ago) by dtucker
Branch: MAIN
Changes since 1.95: +1 -2 lines
Diff to previous 1.95 (colored)

Remove references to ChallengeResponseAuthentication in favour of
KbdInteractiveAuthentication.  The former is what was in SSHv1, the
latter is what is in SSHv2 (RFC4256) and they were treated as somewhat
but not entirely equivalent.  We retain the old name as deprecated alias
so config files continue to work and a reference in the man page for
people looking for it.

Prompted by bz#3303 which pointed out the discrepancy between the two
when used with Match.  Man page help & ok jmc@, with & ok djm@

Revision 1.95 / (download) - annotate - [select for diffs], Tue Jan 26 15:40:17 2021 UTC (3 years, 3 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.94: +3 -3 lines
Diff to previous 1.94 (colored)

move HostbasedAcceptedAlgorithms to the right place in alphabetical order

Revision 1.94 / (download) - annotate - [select for diffs], Tue Jan 26 05:32:21 2021 UTC (3 years, 3 months ago) by dtucker
Branch: MAIN
Changes since 1.93: +3 -3 lines
Diff to previous 1.93 (colored)

Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
HostbasedAcceptedAlgorithms, which more accurately reflects its effect.
This matches a previous change to PubkeyAcceptedAlgorithms.  The previous
names are retained as aliases.  ok djm@

Revision 1.93 / (download) - annotate - [select for diffs], Fri Jan 22 02:44:58 2021 UTC (3 years, 3 months ago) by dtucker
Branch: MAIN
Changes since 1.92: +3 -3 lines
Diff to previous 1.92 (colored)

Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
While the two were originally equivalent, this actually specifies the
signature algorithms that are accepted.  Some key types (eg RSA) can be
used by multiple algorithms (eg ssh-rsa, rsa-sha2-512) so the old name is
becoming increasingly misleading.  The old name is retained as an alias.
Prompted by bz#3253, help & ok djm@, man page help jmc@

Revision 1.92 / (download) - annotate - [select for diffs], Tue Dec 22 07:40:26 2020 UTC (3 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.91: +3 -2 lines
Diff to previous 1.91 (colored)

tweak the description of KnownHostsCommand in ssh_conf.5, and add
entries for it to the -O list in scp.1 and sftp.1;

ok djm

Revision 1.91 / (download) - annotate - [select for diffs], Sat Oct 3 02:18:33 2020 UTC (3 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.90: +8 -4 lines
Diff to previous 1.90 (colored)

split introductory paragraph, and insert ominous words about the glob
issue, which cannot be fully fixed and really requires completely
replacing scp with a completely different subsystem.
team effort to find the right words..

Revision 1.90 / (download) - annotate - [select for diffs], Mon Aug 3 02:43:41 2020 UTC (3 years, 9 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.89: +7 -2 lines
Diff to previous 1.89 (colored)

allow -A to explicitly enable agent forwarding in scp and sftp. The
default remains to not forward an agent, even when ssh_config enables
it. ok jmc dtucker markus

Revision 1.89 / (download) - annotate - [select for diffs], Thu Apr 30 18:28:37 2020 UTC (4 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.88: +4 -4 lines
Diff to previous 1.88 (colored)

tweak previous; ok markus

Revision 1.88 / (download) - annotate - [select for diffs], Thu Apr 30 17:07:10 2020 UTC (4 years ago) by markus
Branch: MAIN
Changes since 1.87: +6 -3 lines
Diff to previous 1.87 (colored)

run the 2nd ssh with BatchMode for scp -3

Revision 1.87 / (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.86: +3 -3 lines
Diff to previous 1.86 (colored)

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

Revision 1.86 / (download) - annotate - [select for diffs], Wed Jun 12 11:31:50 2019 UTC (4 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.85: +3 -3 lines
Diff to previous 1.85 (colored)

Hostname->HostName cleanup; from lauri tirkkonen
ok dtucker

Revision 1.85 / (download) - annotate - [select for diffs], Sat Jan 26 22:41:28 2019 UTC (5 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.84: +13 -3 lines
Diff to previous 1.84 (colored)

check in scp client that filenames sent during remote->local directory
copies satisfy the wildcard specified by the user.

This checking provides some protection against a malicious server
sending unexpected filenames, but it comes at a risk of rejecting wanted
files due to differences between client and server wildcard expansion rules.

For this reason, this also adds a new -T flag to disable the check.

reported by Harry Sintonen
fix approach suggested by markus@;
has been in snaps for ~1wk courtesy deraadt@

Revision 1.84 / (download) - annotate - [select for diffs], Tue Jan 22 06:58:31 2019 UTC (5 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored)

tweak previous;

Revision 1.83 / (download) - annotate - [select for diffs], Mon Jan 21 23:55:12 2019 UTC (5 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.82: +3 -2 lines
Diff to previous 1.82 (colored)

Forgot to add -J to the synopsis.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Jan 21 22:50:42 2019 UTC (5 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.81: +15 -2 lines
Diff to previous 1.81 (colored)

Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)
to match ssh(1)'s interface.

ok djm

Revision 1.81 / (download) - annotate - [select for diffs], Thu Sep 20 06:58:48 2018 UTC (5 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.80: +3 -2 lines
Diff to previous 1.80 (colored)

reorder CASignatureAlgorithms, and add them to the various -o lists;
ok djm

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jul 19 10:28:47 2018 UTC (5 years, 9 months ago) by dtucker
Branch: MAIN
Changes since 1.79: +1 -2 lines
Diff to previous 1.79 (colored)

Deprecate UsePrivilegedPort now that support for running ssh(1)
setuid has been removed, remove supporting code and clean up
references to it in the man pages

We have not shipped ssh(1) the setuid bit since 2002.  If ayone
really needs to make connections from a low port number this can
be implemented via a small setuid ProxyCommand.

ok markus@ jmc@ djm@

Revision 1.79 / (download) - annotate - [select for diffs], Sat Jun 9 06:36:31 2018 UTC (5 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored)

sort previous;

Revision 1.78 / (download) - annotate - [select for diffs], Sat Jun 9 03:01:12 2018 UTC (5 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.77: +3 -2 lines
Diff to previous 1.77 (colored)

add a SetEnv directive to ssh_config that allows setting environment
variables for the remote session (subject to the server accepting them)

refactor SendEnv to remove the arbitrary limit of variable names.

ok markus@

Revision 1.77 / (download) - annotate - [select for diffs], Fri Feb 23 07:38:09 2018 UTC (6 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.76: +3 -2 lines
Diff to previous 1.76 (colored)

some cleanup for BindInterface and ssh-keyscan;

Revision 1.76 / (download) - annotate - [select for diffs], Wed Oct 25 06:19:46 2017 UTC (6 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.75: +12 -11 lines
Diff to previous 1.75 (colored)

tweak the uri text, specifically removing some markup to make it a
bit more readable;

issue reported by - and diff ok - millert

Revision 1.75 / (download) - annotate - [select for diffs], Sat Oct 21 23:06:24 2017 UTC (6 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.74: +22 -19 lines
Diff to previous 1.74 (colored)

Add URI support to ssh, sftp and scp.  For example ssh://user@host
or sftp://user@host/path.  The connection parameters described in
draft-ietf-secsh-scp-sftp-ssh-uri-04 are not implemented since the
ssh fingerprint format in the draft uses md5 with no way to specify
the hash function type.  OK djm@

Revision 1.74 / (download) - annotate - [select for diffs], Wed May 3 21:49:18 2017 UTC (7 years ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.73: +3 -2 lines
Diff to previous 1.73 (colored)

restore mistakenly deleted description of the ConnectionAttempts option
ok markus@

Revision 1.73 / (download) - annotate - [select for diffs], Tue May 2 13:44:51 2017 UTC (7 years ago) by jmc
Branch: MAIN
Changes since 1.72: +2 -8 lines
Diff to previous 1.72 (colored)

remove now obsolete protocol1 options from the -o lists;

Revision 1.72 / (download) - annotate - [select for diffs], Sun Apr 30 23:28:12 2017 UTC (7 years ago) by djm
Branch: MAIN
Changes since 1.71: +3 -11 lines
Diff to previous 1.71 (colored)

exterminate the -1 flag from scp

ok markus@

Revision 1.71 / (download) - annotate - [select for diffs], Sat Jul 16 06:57:55 2016 UTC (7 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.70: +3 -2 lines
Diff to previous 1.70 (colored)

- add proxyjump to the options list
- formatting fixes
- update usage()

ok djm

Revision 1.70 / (download) - annotate - [select for diffs], Wed Jun 29 17:14:28 2016 UTC (7 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.69: +3 -3 lines
Diff to previous 1.69 (colored)

sort the -o list;

Revision 1.69 / (download) - annotate - [select for diffs], Wed May 4 14:32:26 2016 UTC (8 years ago) by markus
Branch: MAIN
Changes since 1.68: +3 -2 lines
Diff to previous 1.68 (colored)

add IdentityAgent; noticed & ok jmc@

Revision 1.68 / (download) - annotate - [select for diffs], Fri Sep 25 18:19:54 2015 UTC (8 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.67: +3 -2 lines
Diff to previous 1.67 (colored)

some certificatefile tweaks; ok djm

Revision 1.67 / (download) - annotate - [select for diffs], Fri Jul 10 06:21:53 2015 UTC (8 years, 10 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored)

Turn off DSA by default; add HostKeyAlgorithms to the server and
PubkeyAcceptedKeyTypes to the client side, so it still can be
tested or turned back on; feedback and ok djm@

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 30 11:43:14 2015 UTC (9 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored)

Add a ssh_config HostbasedKeyType option to control which
host public key types are tried during hostbased authentication.

This may be used to prevent too many keys being sent to the server,
and blowing past its MaxAuthTries limit.

bz#2211 based on patch by Iain Morgan; ok markus@

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jan 26 13:55:29 2015 UTC (9 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

sort previous;

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jan 26 12:16:36 2015 UTC (9 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.63: +3 -2 lines
Diff to previous 1.63 (colored)

correct description of UpdateHostKeys in ssh_config.5 and
add it to -o lists for ssh, scp and sftp;
pointed out by jmc@

Revision 1.63 / (download) - annotate - [select for diffs], Fri Jan 16 16:20:23 2015 UTC (9 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)

garbage collect empty .No macros mandoc warns about

Revision 1.62 / (download) - annotate - [select for diffs], Wed Mar 19 14:42:44 2014 UTC (10 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.61: +4 -10 lines
Diff to previous 1.61 (colored)

there is no need for rcp anymore
ok deraadt millert

Revision 1.61 / (download) - annotate - [select for diffs], Sun Oct 20 09:51:26 2013 UTC (10 years, 6 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.60: +7 -2 lines
Diff to previous 1.60 (colored)

add canonicalisation options to -o lists

Revision 1.60 / (download) - annotate - [select for diffs], Wed Aug 14 08:39:27 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.59: +5 -4 lines
Diff to previous 1.59 (colored)

some Bx/Ox conversion;
From: Jan Stary

Revision 1.59 / (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.58: +3 -3 lines
Diff to previous 1.58 (colored)

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

Revision 1.58 / (download) - annotate - [select for diffs], Mon Sep 5 07:01:44 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

knock out a useless Ns;

Revision 1.57 / (download) - annotate - [select for diffs], Mon Sep 5 05:56:13 2011 UTC (12 years, 8 months ago) by djm
Branch: MAIN
Changes since 1.56: +4 -2 lines
Diff to previous 1.56 (colored)

mention ControlPersist and KbdInteractiveAuthentication in the -o
verbiage in these pages too (prompted by jmc@)

Revision 1.56 / (download) - annotate - [select for diffs], Thu Dec 9 14:13:32 2010 UTC (13 years, 5 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.55: +3 -3 lines
Diff to previous 1.55 (colored)

scp.1: grammer fix
scp.c: add -3 to usage()

Revision 1.55 / (download) - annotate - [select for diffs], Wed Dec 8 22:46:03 2010 UTC (13 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.54: +8 -3 lines
Diff to previous 1.54 (colored)

add a new -3 option to scp: Copies between two remote hosts are
transferred through the local host.  Without this option the data
is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)

Revision 1.54 / (download) - annotate - [select for diffs], Thu Nov 18 15:01:00 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored)

add IPQoS to the various -o lists, and zap some trailing whitespace;

Revision 1.53 / (download) - annotate - [select for diffs], Thu Oct 28 18:33:28 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (colored)

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

Revision 1.52 / (download) - annotate - [select for diffs], Thu Sep 23 13:36:46 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (colored)

add KexAlgorithms to the -o list;

Revision 1.51 / (download) - annotate - [select for diffs], Fri Sep 3 11:09:29 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

add an EXIT STATUS section for /usr/bin;

Revision 1.50 / (download) - annotate - [select for diffs], Mon Feb 8 10:50:20 2010 UTC (14 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (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.49 / (download) - annotate - [select for diffs], Sat Jan 9 23:04:13 2010 UTC (14 years, 4 months ago) by dtucker
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48 (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.48 / (download) - annotate - [select for diffs], Tue Dec 29 16:38:41 2009 UTC (14 years, 4 months ago) by stevesk
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

Rename RDomain config option to RoutingDomain to be more clear and
consistent with other options.

NOTE: if you currently use RDomain in the ssh client or server config,
or ssh/sshd -o, you must update to use RoutingDomain.

ok markus@ djm@

Revision 1.47 / (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.46: +2 -1 lines
Diff to previous 1.46 (colored)

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

ok markus@

Revision 1.46 / (download) - annotate - [select for diffs], Sat Jul 12 05:33:41 2008 UTC (15 years, 10 months ago) by djm
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
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored)

better description for -i flag:
s/RSA authentication/public key authentication/

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jun 14 19:42:10 2008 UTC (15 years, 11 months ago) by dtucker
Branch: MAIN
Changes since 1.44: +5 -2 lines
Diff to previous 1.44 (colored)

Mention that scp follows symlinks during -r.  bz #1466, from nectar at apple

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 31 20:06:50 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.43: +10 -4 lines
Diff to previous 1.43 (colored)

explain how to handle local file names containing colons;
requested by Tamas TEVESZ

ok dtucker

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 19 19:25:50 2008 UTC (16 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.42: +5 -3 lines
Diff to previous 1.42 (colored)

scp -q implies ssh -q for the underlying connection, it doesn't just
hush the progress meter

Revision 1.42 / (download) - annotate - [select for diffs], Mon Aug 6 19:16:06 2007 UTC (16 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands

lots of good ideas by jmc@

ok jmc@

Revision 1.41 / (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.40: +2 -2 lines
Diff to previous 1.40 (colored)

convert to new .Dd format;

Revision 1.38.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.38.4.1: +3 -4 lines
Diff to previous 1.38.4.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)

upgrade to OpenSSH 4.4

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

upgrade to OpenSSH 4.4

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jul 18 07:56:28 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.39: +3 -4 lines
Diff to previous 1.39 (colored)

replace DIAGNOSTICS with .Ex;

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

upgrade to OpenSSH 4.3

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

upgrade to OpenSSH 4.3

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jan 20 00:14:55 2006 UTC (18 years, 4 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE
Branch point for: OPENBSD_3_9
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Document RekeyLimit.  Based on patch from jan.iven at cern.ch from mindrot #1056
with feedback from jmc, djm and markus; ok jmc@ djm@

Revision 1.33.2.2 / (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.33.2.1: +3 -1 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

upgrade to OpenSSH 4.0

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Thu Mar 10 16:28:27 2005 UTC (19 years, 2 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.36: +3 -1 lines
Diff to previous 1.36 (colored) next main 1.37 (colored)

upgrade to OpenSSH 4.0

Revision 1.38 / (download) - annotate - [select for diffs], Tue Mar 1 17:19:35 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.37: +2 -1 lines
Diff to previous 1.37 (colored)

add HashKnownHosts to -o list;
ok markus@

Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 7 10:10:24 2004 UTC (19 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

document KbdInteractiveDevices; ok markus@

Revision 1.28.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.28.2.1: +6 -2 lines
Diff to previous 1.28.2.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored)

upgrade to OpenSSH 3.9

Revision 1.33.2.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.33: +5 -2 lines
Diff to previous 1.33 (colored)

upgrade to OpenSSH 3.9

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jun 13 15:03:02 2004 UTC (19 years, 11 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored)

implement session multiplexing in the client (the server has supported this
since 2.0); ok markus@

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 4 18:36:07 2004 UTC (20 years ago) by jmc
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

SendEnv here too;

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 2 23:17:51 2004 UTC (20 years ago) by dtucker
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

ConnectionTimeout -> ConnectTimeout for scp.1 too.

Revision 1.33 / (download) - annotate - [select for diffs], Fri Mar 5 10:53:58 2004 UTC (20 years, 2 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_5
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

add IdentitiesOnly; ok djm@, pb@

Revision 1.26.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.26.2.2: +103 -58 lines
Diff to previous 1.26.2.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

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

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:33 2004 UTC (20 years, 2 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.28: +103 -58 lines
Diff to previous 1.28 (colored)

upgrade to OpenSSH 3.8

Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 16 15:49:51 2003 UTC (20 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

application layer keep alive (ServerAliveInterval ServerAliveCountMax)
for ssh(1), similar to the sshd(8) option; ok beck@; with help from
jmc and dtucker@

Revision 1.31 / (download) - annotate - [select for diffs], Tue Dec 9 21:53:36 2003 UTC (20 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

rename keepalive to tcpkeepalive; the old name causes too much
confusion; ok djm, dtucker; with help from jmc@

Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 13 08:22:25 2003 UTC (20 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.29: +1 -10 lines
Diff to previous 1.29 (colored)

don't refer to options related to forwarding; ok jmc@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 8 08:27:36 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.28: +110 -58 lines
Diff to previous 1.28 (colored)

scp and sftp: add options list and sort options. options list requested
by deraadt@
sshd: use same format as ssh
ssh: remove wrong option from list
sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)

ok deraadt@ markus@

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:26 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.23.2.2: +11 -9 lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

upgrade to OpenSSH 3.7

Revision 1.26.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.26.2.1: +11 -9 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (colored)

upgrade to OpenSSH 3.7

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

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

ssh pages ok markus@

Revision 1.26.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.26: +3 -1 lines
Diff to previous 1.26 (colored)

Update OpenSSH to version 3.6.1

Revision 1.23.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.23.2.1: +3 -1 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored)

Update to OpenSSH 3.6.1

Revision 1.21.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.21.2.1: +16 -5 lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Merge OpenSSH 3.6.1

Revision 1.23.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.23: +14 -5 lines
Diff to previous 1.23 (colored)

Update to OpenSSH 3.6

Revision 1.27 / (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.26: +3 -1 lines
Diff to previous 1.26 (colored)

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

ok markus@

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 28 17:24:51 2003 UTC (21 years, 3 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_3
Changes since 1.25: +2 -4 lines
Diff to previous 1.25 (colored)

remove example not pertinent with -1 addition; ok markus@

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 28 16:11:52 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (colored)

document -l; pekkas@netcore.fi

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 23 14:06:15 2003 UTC (21 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.23: +11 -3 lines
Diff to previous 1.23 (colored)

scp -12; Sam Smith and others; ok provos@, deraadt@

Revision 1.20.2.3 / (download) - annotate - [select for diffs], Wed Jun 26 18:22:35 2002 UTC (21 years, 10 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.20.2.2: +2 -2 lines
Diff to previous 1.20.2.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored)

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

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Wed Jun 26 15:30:38 2002 UTC (21 years, 10 months ago) by jason
Branch: OPENBSD_3_1
Changes since 1.21: +5 -4 lines
Diff to previous 1.21 (colored)

Pull in OpenSSH-3.4

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jun 22 16:41:57 2002 UTC (21 years, 10 months ago) by stevesk
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

typo

Revision 1.20.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.20.2.1: +5 -4 lines
Diff to previous 1.20.2.1 (colored) to branchpoint 1.20 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jun 20 20:00:05 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.21: +5 -4 lines
Diff to previous 1.21 (colored)

ssh_config(5)

Revision 1.14.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:20:44 2002 UTC (22 years, 2 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.14.2.1: +4 -1 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)

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

Revision 1.13.2.6 / (download) - annotate - [select for diffs], Fri Mar 8 17:04:42 2002 UTC (22 years, 2 months ago) by brad
Branch: OPENBSD_2_8
Changes since 1.13.2.5: +4 -1 lines
Diff to previous 1.13.2.5 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

Merge OpenSSH 3.1.

Revision 1.20.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.20: +4 -1 lines
Diff to previous 1.20 (colored)

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jan 29 23:50:37 2002 UTC (22 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 (colored)

mention exit status; ok stevesk@

Revision 1.14.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.14: +21 -6 lines
Diff to previous 1.14 (colored)

Pull in OpenSSH-2.9.9

Revision 1.13.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.13.2.4: +21 -6 lines
Diff to previous 1.13.2.4 (colored) to branchpoint 1.13 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 17 23:56:07 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.19: +2 -2 lines
Diff to previous 1.19 (colored)

missing -B in usage string

Revision 1.19 / (download) - annotate - [select for diffs], Mon Sep 17 17:57:56 2001 UTC (22 years, 8 months ago) by stevesk
Branch: MAIN
Changes since 1.18: +8 -1 lines
Diff to previous 1.18 (colored)

add -Fssh_config option; ok markus@

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 5 06:23:07 2001 UTC (22 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

avoid first person in manual pages

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 14 17:54:29 2001 UTC (22 years, 9 months ago) by stevesk
Branch: MAIN
Changes since 1.16: +13 -9 lines
Diff to previous 1.16 (colored)

consistent documentation and example of ``-o ssh_option'' for sftp and
scp; document keyword=argument for ssh.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 8 07:16:58 2001 UTC (22 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +6 -3 lines
Diff to previous 1.15 (colored)

when describing the -o option, give -o Protocol=1 as the specific example
since we are SICK AND TIRED of clueless people who cannot have difficulty
thinking on their own.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 29 17:02:46 2001 UTC (22 years, 9 months ago) by mouring
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Clarified -o option in scp.1  OKed by Markus@

Revision 1.13.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:33 2001 UTC (23 years ago) by jason
Branch: OPENBSD_2_8
Changes since 1.13.2.3: +0 -0 lines
Diff to previous 1.13.2.3 (colored) to branchpoint 1.13 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.13.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:27 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.13.2.2: +0 -0 lines
Diff to previous 1.13.2.2 (colored) to branchpoint 1.13 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.7.2.4 / (download) - annotate - [select for diffs], Wed Mar 21 18:52:59 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.3: +0 -0 lines
Diff to previous 1.7.2.3 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

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

OpenSSH-2.5.1 for 2.7 patch branch

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 4 11:11:53 2001 UTC (23 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Basic interactive sftp client; ok theo@

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

openssh-2.3.0 (again) for 2.7 branch

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 16 09:38:44 2000 UTC (23 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

Add idents for files which lack them

Fix idents Id -> OpenBSD for the rest

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 13 17:20:44 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Repair formatting errors introduced after 2.7.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 11 20:03:27 2000 UTC (23 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

support 'scp -o' with help from mouring@pconline.com

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

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

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 1 15:25:13 2000 UTC (23 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +6 -9 lines
Diff to previous 1.9 (colored)

cleanup and fix -S support; stevesk@sweden.hp.com

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 19 02:26:08 2000 UTC (23 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +11 -1 lines
Diff to previous 1.8 (colored)

-S prog support; tv@debian.org

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

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

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 12 21:47:50 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Trailing whitespace begone!

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

Fix some formatting problems I missed before.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 4 16:57:16 2000 UTC (24 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4 (colored)

document -4, -6, and 'ssh -L 2022/::1/22'

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 16 20:55:42 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

typo: -P port

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 3 18:15:39 1999 UTC (24 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.2: +70 -90 lines
Diff to previous 1.2 (colored)

New mdoc'ified scp(1) man page.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 30 21:25:03 1999 UTC (24 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

- Add -q option to shutup the progressmeter; markus friedl
- Describe -q in man page (needs conversion to mdoc still).
- Cleanup usage string.
- Correct a typo; espie@

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.