OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.143 / (download) - annotate - [select for diffs], Fri Dec 16 03:40:03 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.142: +16 -2 lines
Diff to previous 1.142 (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.142 / (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.141: +3 -2 lines
Diff to previous 1.141 (colored)

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

Revision 1.141 / (download) - annotate - [select for diffs], Mon Jun 27 21:41:55 2022 UTC (22 months, 2 weeks ago) by djm
Branch: MAIN
Changes since 1.140: +5 -3 lines
Diff to previous 1.140 (colored)

allow arguments to sftp -D option, e.g.
sftp -D "/usr/libexec/sftp-server -el debug3"

ok markus@

Revision 1.140 / (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_1_BASE, OPENBSD_7_1
Changes since 1.139: +3 -3 lines
Diff to previous 1.139 (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.139 / (download) - annotate - [select for diffs], Thu Mar 31 03:07:03 2022 UTC (2 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.138: +15 -3 lines
Diff to previous 1.138 (colored)

add a sftp client "cp" command that supports server-side copying
of files. Useful for this task and for testing the copy-data
extension. Patch from Mike Frysinger; ok dtucker@

Revision 1.138 / (download) - annotate - [select for diffs], Fri Jul 2 05:11:21 2021 UTC (2 years, 10 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.137: +2 -3 lines
Diff to previous 1.137 (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.137 / (download) - annotate - [select for diffs], Fri Feb 12 03:49:09 2021 UTC (3 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.136: +19 -10 lines
Diff to previous 1.136 (colored)

sftp: add missing lsetstat@openssh.com documentation
patch from Mike Frysinger

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

move HostbasedAcceptedAlgorithms to the right place in alphabetical order

Revision 1.135 / (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.134: +3 -3 lines
Diff to previous 1.134 (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.134 / (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.133: +3 -3 lines
Diff to previous 1.133 (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.133 / (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.132: +3 -2 lines
Diff to previous 1.132 (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.132 / (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.131: +8 -3 lines
Diff to previous 1.131 (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.131 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:09 2020 UTC (4 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.130: +3 -3 lines
Diff to previous 1.130 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.130 / (download) - annotate - [select for diffs], Fri Apr 3 05:53:52 2020 UTC (4 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.129: +6 -6 lines
Diff to previous 1.129 (colored)

sort -N and add it to usage();

Revision 1.129 / (download) - annotate - [select for diffs], Fri Apr 3 04:34:15 2020 UTC (4 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.128: +7 -3 lines
Diff to previous 1.128 (colored)

Add a flag to re-enable verbose output when in batch mode;
requested in bz3135; ok dtucker

Revision 1.128 / (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.127: +3 -3 lines
Diff to previous 1.127 (colored)

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

Revision 1.127 / (download) - annotate - [select for diffs], Wed Jun 19 20:12:44 2019 UTC (4 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.126: +25 -17 lines
Diff to previous 1.126 (colored)

from tim:
- for reput, it is remote-path which is optional, not local-path
- sync help

from deraadt:
- prefer -R and undocument -r (but add a comment for future editors)

from schwarze:
- prefer -p and undocument -P (as above. the comment was schwarze's too)

more:
- add the -f flag to reput and reget
- sort help (i can;t remember who suggested this originally)

djm and deraadt were ok with earlier versions of this;
tim and schwarze ok

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

Hostname->HostName cleanup; from lauri tirkkonen
ok dtucker

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

tweak previous;

Revision 1.124 / (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.123: +16 -2 lines
Diff to previous 1.123 (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.123 / (download) - annotate - [select for diffs], Wed Jan 16 23:23:45 2019 UTC (5 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.122: +26 -5 lines
Diff to previous 1.122 (colored)

Add "-h" flag to sftp chown/chgrp/chmod commands to request they do
not follow symlinks. Requires recently-committed lsetstat@openssh.com
extension on the server side.

ok markus@ dtucker@

Revision 1.122 / (download) - annotate - [select for diffs], Fri Nov 16 02:30:20 2018 UTC (5 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.121: +9 -2 lines
Diff to previous 1.121 (colored)

support a prefix of '@' to suppress echo of sftp batch commands;
bz#2926; ok dtucker@

Revision 1.121 / (download) - annotate - [select for diffs], Tue Nov 13 07:22:45 2018 UTC (5 years, 6 months ago) by schwarze
Branch: MAIN
Changes since 1.120: +3 -3 lines
Diff to previous 1.120 (colored)

fix markup error (missing blank before delimiter);
from Mike Frysinger <vapier at gentoo dot org>

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

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

Revision 1.119 / (download) - annotate - [select for diffs], Mon Jul 23 19:53:55 2018 UTC (5 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.118: +3 -3 lines
Diff to previous 1.118 (colored)

oops, failed to notice that SEE ALSO got messed up;

Revision 1.118 / (download) - annotate - [select for diffs], Mon Jul 23 19:02:49 2018 UTC (5 years, 9 months ago) by kn
Branch: MAIN
Changes since 1.117: +10 -10 lines
Diff to previous 1.117 (colored)

Point to glob in section 7 for the actual list of special characters instead
the C API in section 3.

OK millert jmc nicm, "the right idea" deraadt

Revision 1.117 / (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.116: +1 -2 lines
Diff to previous 1.116 (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.116 / (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.115: +3 -3 lines
Diff to previous 1.115 (colored)

sort previous;

Revision 1.115 / (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.114: +3 -2 lines
Diff to previous 1.114 (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.114 / (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.113: +3 -2 lines
Diff to previous 1.113 (colored)

some cleanup for BindInterface and ssh-keyscan;

Revision 1.113 / (download) - annotate - [select for diffs], Fri Nov 3 03:46:52 2017 UTC (6 years, 6 months ago) by djm
Branch: MAIN
Changes since 1.112: +10 -4 lines
Diff to previous 1.112 (colored)

allow "cd" and "lcd" commands with no explicit path argument.
lcd will change to the local user's home directory as usual.
cd will change to the starting directory for session (because the
protocol offers no way to obtain the remote user's home directory).
bz#2760 ok dtucker@

Revision 1.112 / (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.111: +9 -7 lines
Diff to previous 1.111 (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.111 / (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.110: +39 -36 lines
Diff to previous 1.110 (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.110 / (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.109: +3 -2 lines
Diff to previous 1.109 (colored)

restore mistakenly deleted description of the ConnectionAttempts option
ok markus@

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

more protocol 1 stuff to go; ok djm

Revision 1.108 / (download) - annotate - [select for diffs], Tue May 2 14:06:37 2017 UTC (7 years ago) by jmc
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 (colored)

add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guess
this should too;

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

remove now obsolete protocol1 options from the -o lists;

Revision 1.106 / (download) - annotate - [select for diffs], Tue May 2 08:54:19 2017 UTC (7 years ago) by djm
Branch: MAIN
Changes since 1.105: +3 -7 lines
Diff to previous 1.105 (colored)

remove -1 / -2 options; pointed out by jmc@

Revision 1.105 / (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.104: +3 -2 lines
Diff to previous 1.104 (colored)

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

ok djm

Revision 1.104 / (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.103: +3 -3 lines
Diff to previous 1.103 (colored)

sort the -o list;

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

add IdentityAgent; noticed & ok jmc@

Revision 1.102 / (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.101: +3 -2 lines
Diff to previous 1.101 (colored)

some certificatefile tweaks; ok djm

Revision 1.101 / (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_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.100: +3 -2 lines
Diff to previous 1.100 (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.100 / (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.99: +2 -1 lines
Diff to previous 1.99 (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.99 / (download) - annotate - [select for diffs], Tue Apr 22 14:16:30 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.98: +7 -7 lines
Diff to previous 1.98 (colored)

zap eol whitespace;

Revision 1.98 / (download) - annotate - [select for diffs], Tue Apr 22 12:42:04 2014 UTC (10 years ago) by logan
Branch: MAIN
Changes since 1.97: +29 -8 lines
Diff to previous 1.97 (colored)

Document sftp upload resume.

OK from djm@, with feedback from okan@.

Revision 1.97 / (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.96: +6 -1 lines
Diff to previous 1.96 (colored)

add canonicalisation options to -o lists

Revision 1.96 / (download) - annotate - [select for diffs], Thu Oct 17 07:35:48 2013 UTC (10 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.95: +3 -3 lines
Diff to previous 1.95 (colored)

tweak previous;

Revision 1.95 / (download) - annotate - [select for diffs], Thu Oct 17 00:30:13 2013 UTC (10 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.94: +24 -5 lines
Diff to previous 1.94 (colored)

fsync@openssh.com protocol extension for sftp-server
client support to allow calling fsync() faster successful transfer
patch mostly by imorgan AT nas.nasa.gov; bz#1798
"fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@

Revision 1.94 / (download) - annotate - [select for diffs], Wed Aug 7 06:24:51 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.93: +8 -8 lines
Diff to previous 1.93 (colored)

sort -a;

Revision 1.93 / (download) - annotate - [select for diffs], Tue Aug 6 23:05:01 2013 UTC (10 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.92: +10 -5 lines
Diff to previous 1.92 (colored)

document top-level -a option (the -a option to 'get' was already documented)

Revision 1.92 / (download) - annotate - [select for diffs], Thu Jul 25 00:56:51 2013 UTC (10 years, 9 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.91: +24 -4 lines
Diff to previous 1.91 (colored)

sftp support for resuming partial downloads; patch mostly by Loganaden
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
"Just be careful" deraadt@

Revision 1.91 / (download) - annotate - [select for diffs], Mon Sep 5 05:56:13 2011 UTC (12 years, 8 months ago) by djm
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.90: +4 -2 lines
Diff to previous 1.90 (colored)

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

Revision 1.90 / (download) - annotate - [select for diffs], Sun Aug 7 12:55:30 2011 UTC (12 years, 9 months ago) by dtucker
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored)

typo, fix from Laurent Gautrot

Revision 1.88.2.1 / (download) - annotate - [select for diffs], Sun Aug 7 12:53:56 2011 UTC (12 years, 9 months ago) by dtucker
Branch: OPENBSD_4_9
Changes since 1.88: +3 -3 lines
Diff to previous 1.88 (colored) next main 1.89 (colored)

typo, fix from Laurent Gautrot

Revision 1.89 / (download) - annotate - [select for diffs], Fri May 6 01:09:53 2011 UTC (13 years ago) by djm
Branch: MAIN
Changes since 1.88: +6 -2 lines
Diff to previous 1.88 (colored)

mention that IPv6 addresses must be enclosed in square brackets;
bz#1845

Revision 1.88 / (download) - annotate - [select for diffs], Sat Dec 4 00:18:01 2010 UTC (13 years, 5 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE
Branch point for: OPENBSD_4_9
Changes since 1.87: +13 -5 lines
Diff to previous 1.87 (colored)

add a protocol extension to support a hard link operation. It is
available through the "ln" command in the client. The old "ln"
behaviour of creating a symlink is available using its "-s" option
or through the preexisting "symlink" command; based on a patch from
miklos AT szeredi.hu in bz#1555; ok markus@

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

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

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

add KexAlgorithms to the -o list;

Revision 1.85 / (download) - annotate - [select for diffs], Wed Sep 22 22:58:51 2010 UTC (13 years, 7 months ago) by djm
Branch: MAIN
Changes since 1.84: +5 -2 lines
Diff to previous 1.84 (colored)

add an option per-read/write callback to atomicio

factor out bandwidth limiting code from scp(1) into a generic bandwidth
limiter that can be attached using the atomicio callback mechanism

add a bandwidth limit option to sftp(1) using the above

"very nice" markus@

Revision 1.84 / (download) - annotate - [select for diffs], Sun Sep 19 21:30:05 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.83: +6 -4 lines
Diff to previous 1.83 (colored)

more wacky macro fixing;

Revision 1.83 / (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.82: +2 -2 lines
Diff to previous 1.82 (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.82 / (download) - annotate - [select for diffs], Wed Jan 13 12:48:34 2010 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.81: +6 -6 lines
Diff to previous 1.81 (colored)

sftp.1: put ls -h in the right place
sftp.c: as above, plus add -p to get/put, and shorten their arg names
to keep the help usage nicely aligned

ok djm

Revision 1.81 / (download) - annotate - [select for diffs], Wed Jan 13 01:40:16 2010 UTC (14 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.80: +8 -3 lines
Diff to previous 1.80 (colored)

support '-h' (human-readable units) for sftp's ls command, just like
ls(1); ok dtucker@

Revision 1.80 / (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.79: +2 -3 lines
Diff to previous 1.79 (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.79 / (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.78: +2 -2 lines
Diff to previous 1.78 (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.78 / (download) - annotate - [select for diffs], Wed Oct 28 21:45:08 2009 UTC (14 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored)

tweak previous;

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

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

ok markus@

Revision 1.76 / (download) - annotate - [select for diffs], Wed Aug 19 04:56:03 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

ether -> either;

Revision 1.75 / (download) - annotate - [select for diffs], Tue Aug 18 21:15:59 2009 UTC (14 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 (colored)

fix "get" command usage, spotted by jmc@

Revision 1.74 / (download) - annotate - [select for diffs], Tue Aug 18 18:36:20 2009 UTC (14 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.73: +35 -7 lines
Diff to previous 1.73 (colored)

recursive transfer support for get/put and on the commandline
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
with some tweaks by me; "go for it" deraadt@

Revision 1.73 / (download) - annotate - [select for diffs], Thu Aug 13 13:39:54 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.72: +3 -3 lines
Diff to previous 1.72 (colored)

sync synopsis and usage();

Revision 1.72 / (download) - annotate - [select for diffs], Thu Aug 13 01:11:19 2009 UTC (14 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.71: +10 -7 lines
Diff to previous 1.71 (colored)

Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
add "-P port" to match scp(1). Fortunately, the -P option is only really
used by our regression scripts.

part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
of Code work; ok deraadt markus

Revision 1.71 / (download) - annotate - [select for diffs], Wed Aug 12 06:31:42 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.70: +6 -6 lines
Diff to previous 1.70 (colored)

sort options;

Revision 1.70 / (download) - annotate - [select for diffs], Wed Aug 12 00:13:00 2009 UTC (14 years, 9 months ago) by djm
Branch: MAIN
Changes since 1.69: +27 -2 lines
Diff to previous 1.69 (colored)

support most of scp(1)'s commandline arguments in sftp(1), as a first
step towards making sftp(1) a drop-in replacement for scp(1).
One conflicting option (-P) has not been changed, pending further
discussion.

Patch from carlosvsilvapt@gmail.com as part of his work in the
Google Summer of Code

Revision 1.69 / (download) - annotate - [select for diffs], Tue Dec 9 15:35:00 2008 UTC (15 years, 5 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.68: +4 -4 lines
Diff to previous 1.68 (colored)

update for the synopses displayed by the 'help' command, there are a
few missing flags; add 'bye' to the output of 'help'; sorting and spacing.

jmc@ suggested replacing .Oo/.Oc with a single .Op macro.

ok jmc@

Revision 1.68 / (download) - annotate - [select for diffs], Tue Dec 9 03:02:37 2008 UTC (15 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.67: +6 -7 lines
Diff to previous 1.67 (colored)

correct sftp(1) and corresponding usage syntax;
bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jul 15 02:23:14 2008 UTC (15 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov

Revision 1.66 / (download) - annotate - [select for diffs], Fri Apr 18 17:15:47 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.65: +4 -3 lines
Diff to previous 1.65 (colored)

macro fixage;

Revision 1.65 / (download) - annotate - [select for diffs], Fri Apr 18 12:32:11 2008 UTC (16 years, 1 month ago) by djm
Branch: MAIN
Changes since 1.64: +21 -3 lines
Diff to previous 1.64 (colored)

introduce sftp extension methods statvfs@openssh.com and
fstatvfs@openssh.com that implement statvfs(2)-like operations,
based on a patch from miklos AT szeredi.hu (bz#1399)

also add a "df" command to the sftp client that uses the
statvfs@openssh.com to produce a df(1)-like display of filesystem
space and inode utilisation

ok markus@

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

convert to new .Dd format;

Revision 1.61.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.61.4.1: +0 -0 lines
Diff to previous 1.61.4.1 (colored) to branchpoint 1.61 (colored) next main 1.62 (colored)

upgrade to OpenSSH 4.4

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

upgrade to OpenSSH 4.3

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

upgrade to OpenSSH 4.3

Revision 1.63 / (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_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (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.62 / (download) - annotate - [select for diffs], Fri Dec 30 16:59:00 2005 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

do not suggest that interactive authentication will work
with the -b flag;

based on a diff from john l. scarfone;
ok djm

Revision 1.52.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.52.2.1: +88 -32 lines
Diff to previous 1.52.2.1 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

upgrade to OpenSSH 4.0

Revision 1.57.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.57: +88 -32 lines
Diff to previous 1.57 (colored) next main 1.58 (colored)

upgrade to OpenSSH 4.0

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

add HashKnownHosts to -o list;
ok markus@

Revision 1.60 / (download) - annotate - [select for diffs], Sun Dec 5 23:55:07 2004 UTC (19 years, 5 months ago) by jaredy
Branch: MAIN
Changes since 1.59: +85 -31 lines
Diff to previous 1.59 (colored)

- explain that patterns can be used as arguments in get/put/ls/etc
  commands (prodded by Michael Knudsen)
- describe ls flags as a list
- other minor improvements

ok jmc, djm

Revision 1.59 / (download) - annotate - [select for diffs], Mon Nov 29 00:05:17 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

missing full stop;

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

document KbdInteractiveDevices; ok markus@

Revision 1.45.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.45.2.1: +24 -2 lines
Diff to previous 1.45.2.1 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored)

upgrade to OpenSSH 3.9

Revision 1.52.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.52: +23 -2 lines
Diff to previous 1.52 (colored)

upgrade to OpenSSH 3.9

Revision 1.57 / (download) - annotate - [select for diffs], Mon Jun 21 22:41:31 2004 UTC (19 years, 10 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Changes since 1.56: +15 -1 lines
Diff to previous 1.56 (colored)

document sort options

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jun 20 19:28:12 2004 UTC (19 years, 11 months ago) by djm
Branch: MAIN
Changes since 1.55: +5 -1 lines
Diff to previous 1.55 (colored)

mention new -n flag

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

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

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

ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@

Revision 1.53 / (download) - annotate - [select for diffs], Wed Apr 28 07:13:42 2004 UTC (20 years ago) by jmc
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

add SendEnv to -o list;

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

add IdentitiesOnly; ok djm@, pb@

Revision 1.40.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.40.2.2: +97 -45 lines
Diff to previous 1.40.2.2 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored)

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

Revision 1.45.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.45: +97 -45 lines
Diff to previous 1.45 (colored)

upgrade to OpenSSH 3.8

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jan 13 12:17:33 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50 (colored)

remove unnecessary Ic's;
kill whitespace at EOL;

ok djm@

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jan 13 09:25:05 2004 UTC (20 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.49: +7 -2 lines
Diff to previous 1.49 (colored)

Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and
enable use of "-b -" to accept batchfile from stdin; ok markus@

Revision 1.49 / (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.48: +3 -1 lines
Diff to previous 1.48 (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.48 / (download) - annotate - [select for diffs], Tue Dec 9 21:53:37 2003 UTC (20 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

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

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

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

Revision 1.46 / (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.45: +98 -44 lines
Diff to previous 1.45 (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.36.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.36.2.2: +57 -36 lines
Diff to previous 1.36.2.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)

upgrade to OpenSSH 3.7

Revision 1.40.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.40.2.1: +57 -36 lines
Diff to previous 1.40.2.1 (colored) to branchpoint 1.40 (colored)

upgrade to OpenSSH 3.7

Revision 1.45 / (download) - annotate - [select for diffs], Tue Sep 2 18:50:06 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4
Changes since 1.44: +7 -7 lines
Diff to previous 1.44 (colored)

escape punctuation;
ok deraadt@

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 20 12:03:35 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.43: +44 -33 lines
Diff to previous 1.43 (colored)

- new sentence, new line
- added .Xr's
- typos

ok djm@

Revision 1.43 / (download) - annotate - [select for diffs], Wed May 14 08:25:39 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.42: +9 -9 lines
Diff to previous 1.42 (colored)

- better formatting in SYNOPSIS
- whitespace at EOL

ok djm@

Revision 1.42 / (download) - annotate - [select for diffs], Wed May 14 01:00:44 2003 UTC (21 years ago) by djm
Branch: MAIN
Changes since 1.41: +17 -7 lines
Diff to previous 1.41 (colored)

emphasise the batchmode functionality and make reference to pubkey auth,
both of which are FAQs; ok markus@

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

Update OpenSSH to version 3.6.1

Revision 1.36.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.36.2.1: +16 -10 lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored)

Update to OpenSSH 3.6.1

Revision 1.33.2.3 / (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.33.2.2: +27 -8 lines
Diff to previous 1.33.2.2 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

Merge OpenSSH 3.6.1

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

Update to OpenSSH 3.6

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

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

ok markus@

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 10 08:19:07 2003 UTC (21 years, 4 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_3
Changes since 1.39: +2 -0 lines
Diff to previous 1.39 (colored)

sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged
to -current by me, djm@ ok.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 8 23:53:26 2003 UTC (21 years, 4 months ago) by djm
Branch: MAIN
Changes since 1.38: +9 -2 lines
Diff to previous 1.38 (colored)

Cleanup error handling for batchmode
Allow blank lines and comments in input
Ability to suppress abort on error in batchmode ("-put blah")

Fixes mindrot bug #452; markus@ ok

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jan 7 23:42:54 2003 UTC (21 years, 4 months ago) by fgsch
Branch: MAIN
Changes since 1.37: +4 -0 lines
Diff to previous 1.37 (colored)

add version; from Nils Nordman <nino at nforced dot com> via markus@.
markus@ ok

Revision 1.37 / (download) - annotate - [select for diffs], Fri Dec 6 05:20:02 2002 UTC (21 years, 5 months ago) by djm
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@

Revision 1.26.2.3 / (download) - annotate - [select for diffs], Fri Oct 11 14:53:07 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_0
Changes since 1.26.2.2: +9 -3 lines
Diff to previous 1.26.2.2 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored)

Update to OpenSSH 3.5

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Fri Oct 11 14:51:52 2002 UTC (21 years, 7 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.33.2.1: +9 -3 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored)

Update to OpenSSH 3.5

Revision 1.36 / (download) - annotate - [select for diffs], Wed Sep 11 22:41:50 2002 UTC (21 years, 8 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.35: +9 -3 lines
Diff to previous 1.35 (colored)

support for short/long listings and globbing in "ls"; ok markus@

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

Pull in OpenSSH-3.4

Revision 1.26.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.26.2.1: +9 -8 lines
Diff to previous 1.26.2.1 (colored) to branchpoint 1.26 (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], Thu Jun 20 20:00:05 2002 UTC (21 years, 11 months ago) by stevesk
Branch: MAIN
Changes since 1.34: +5 -4 lines
Diff to previous 1.34 (colored)

ssh_config(5)

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

KNF done automatically while reading....

Revision 1.17.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.17.2.1: +37 -18 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

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

Revision 1.7.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.7.2.5: +37 -18 lines
Diff to previous 1.7.2.5 (colored) next main 1.8 (colored)

Merge OpenSSH 3.1.

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

Update to OpenSSH-3.1 on 3.0-stable branch

Revision 1.33 / (download) - annotate - [select for diffs], Tue Feb 26 19:06:43 2002 UTC (22 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE
Branch point for: OPENBSD_3_1
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

no, look closely.  the comma was highlighted. split .Ic even more

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 26 19:04:37 2002 UTC (22 years, 2 months ago) by mouring
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
Last Ic on the first line should not have a space between it and the final
comma.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Feb 26 18:52:32 2002 UTC (22 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored)

Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org

Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 12 12:32:27 2002 UTC (22 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.29: +6 -1 lines
Diff to previous 1.29 (colored)

Perform multiple overlapping read/write requests in file transfer. Mostly
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 6 14:22:42 2002 UTC (22 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.28: +30 -30 lines
Diff to previous 1.28 (colored)

sort options; ok mpech@, stevesk@

Revision 1.28 / (download) - annotate - [select for diffs], Tue Feb 5 00:00:46 2002 UTC (22 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.27: +7 -1 lines
Diff to previous 1.27 (colored)

Add "-B" option to specify copy buffer length (default 32k); ok markus@

Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 4 21:53:11 2002 UTC (22 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.26: +8 -1 lines
Diff to previous 1.26 (colored)

Add "-P" option to directly connect to a local sftp-server. Should be useful
for regression testing; ok markus@

Revision 1.17.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.17: +63 -29 lines
Diff to previous 1.17 (colored)

Pull in OpenSSH-2.9.9

Revision 1.7.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.7.2.4: +63 -29 lines
Diff to previous 1.7.2.4 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Sep 17 20:38:09 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.25: +24 -7 lines
Diff to previous 1.25 (colored)

cleanup and document -1, -s and -S; ok markus@

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

add -Fssh_config option; ok markus@

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

avoid first person in manual pages

Revision 1.23 / (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.22: +11 -3 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 14 09:23:02 2001 UTC (22 years, 9 months ago) by markus
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

"bye"; hk63a@netscape.net

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

kill whitespace at EOL.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 23 05:57:08 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (colored)

ok, tmac is now fixed

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 23 02:33:04 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

join .%A entries; most by bk@rt.fm

Revision 1.7.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.7.2.3: +24 -7 lines
Diff to previous 1.7.2.3 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

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

typos, grammar

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 22 13:32:27 2001 UTC (23 years, 1 month ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.16: +12 -5 lines
Diff to previous 1.16 (colored)

xref draft-ietf-secsh-*

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 21 00:55:57 2001 UTC (23 years, 1 month ago) by mouring
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Spelling

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 12 23:17:54 2001 UTC (23 years, 1 month ago) by mouring
Branch: MAIN
Changes since 1.14: +12 -2 lines
Diff to previous 1.14 (colored)

Add support for:
	sftp [user@]host[:file [file]]	- Fetch remote file(s)
	sftp [user@]host[:dir[/]]	- Start in remote dir/
OK deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 9 00:42:05 2001 UTC (23 years, 1 month ago) by stevesk
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

spelling

Revision 1.7.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.7.2.2: +35 -10 lines
Diff to previous 1.7.2.2 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.13.2.2 / (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.1: +35 -10 lines
Diff to previous 1.13.2.1 (colored) next main 1.14 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.13.2.1 / (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: +10 -35 lines
Diff to previous 1.13 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 8 20:44:48 2001 UTC (23 years, 2 months ago) by stevesk
Branch: MAIN
Branch point for: OPENBSD_2_7
Changes since 1.12: +10 -7 lines
Diff to previous 1.12 (colored)

spelling, cleanup; ok deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 7 10:11:23 2001 UTC (23 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.11: +14 -4 lines
Diff to previous 1.11 (colored)

Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
functions and small protocol change.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 6 15:10:42 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +11 -11 lines
Diff to previous 1.10 (colored)

order things

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 6 06:11:44 2001 UTC (23 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +13 -1 lines
Diff to previous 1.9 (colored)

sftp -b batchfile; mouring@etoh.eviladmin.org

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

make copyright lines the same format

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

Pull in OpenSSH-2.5.1

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 17 15:24:40 2001 UTC (23 years, 3 months ago) by reinhard
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

typo

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

Pull in OpenSSH 2.5.0

Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 14 09:46:03 2001 UTC (23 years, 3 months ago) by djm
Branch: MAIN
Branch point for: OPENBSD_2_8
Changes since 1.6: +19 -5 lines
Diff to previous 1.6 (colored)

Fix and document 'preserve modes & times' option ('-p' flag in sftp);
ok markus@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 10 00:45:52 2001 UTC (23 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

Mention that you can quote pathnames with spaces in them

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 7 18:10:39 2001 UTC (23 years, 3 months ago) by stevesk
Branch: MAIN
Changes since 1.4: +22 -18 lines
Diff to previous 1.4 (colored)

more man page cleanup and sync of help text with man page; ok markus@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 7 13:49:42 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

.Bl-.El mismatch.  markus ok

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 7 11:07:28 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +43 -39 lines
Diff to previous 1.2 (colored)

pretty up significantly

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 6 22:32:53 2001 UTC (23 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Punctuation fix from Pekka Savola <pekkas@netcore.fi>

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 4 11:11:54 2001 UTC (23 years, 3 months ago) by djm
Branch: MAIN

Basic interactive sftp client; ok theo@

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.