summaryrefslogtreecommitdiff
path: root/scp.1
Commit message (Collapse)AuthorAgeFilesLines
* - tedu@cvs.openbsd.org 2014/03/19 14:42:44djm2014-04-201-10/+4
| | | | | | [scp.1] there is no need for rcp anymore ok deraadt millert
* - djm@cvs.openbsd.org 2013/10/20 09:51:26djm2013-10-231-2/+7
| | | | | [scp.1 sftp.1] add canonicalisation options to -o lists
* - jmc@cvs.openbsd.org 2013/08/14 08:39:27djm2013-08-201-4/+5
| | | | | | [scp.1 ssh.1] some Bx/Ox conversion; From: Jan Stary
* - schwarze@cvs.openbsd.org 2013/07/16 00:07:52djm2013-07-181-4/+4
| | | | | [scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8] use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
* - jmc@cvs.openbsd.org 2011/09/05 07:01:44djm2011-09-221-2/+2
| | | | | [scp.1] knock out a useless Ns;
* - djm@cvs.openbsd.org 2011/09/05 05:56:13djm2011-09-221-2/+4
| | | | | | [scp.1 sftp.1] mention ControlPersist and KbdInteractiveAuthentication in the -o verbiage in these pages too (prompted by jmc@)
* - jmc@cvs.openbsd.org 2010/12/09 14:13:33djm2011-01-061-3/+3
| | | | | | [scp.1 scp.c] scp.1: grammer fix scp.c: add -3 to usage()
* - markus@cvs.openbsd.org 2010/12/08 22:46:03djm2011-01-061-3/+8
| | | | | | | [scp.1 scp.c] 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)
* - jmc@cvs.openbsd.org 2010/11/18 15:01:00djm2010-11-201-2/+3
| | | | | [scp.1 sftp.1 ssh.1 sshd_config.5] add IPQoS to the various -o lists, and zap some trailing whitespace;
* - jmc@cvs.openbsd.org 2010/10/28 18:33:28djm2010-11-041-3/+2
| | | | | [scp.1 ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5] knock out some "-*- nroff -*-" lines;
* - jmc@cvs.openbsd.org 2010/09/23 13:36:46djm2010-09-241-2/+3
| | | | | [scp.1 sftp.1] add KexAlgorithms to the -o list;
* - jmc@cvs.openbsd.org 2010/09/03 11:09:29djm2010-09-101-3/+3
| | | | | [scp.1] add an EXIT STATUS section for /usr/bin;
* - markus@cvs.openbsd.org 2010/02/08 10:50:20djm2010-02-111-3/+3
| | | | | | | | | | | | | [pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c] [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5] 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 `
* - dtucker@cvs.openbsd.org 2010/01/09 23:04:13dtucker2010-01-091-3/+2
| | | | | | | | | | | | | | | [channels.c ssh.1 servconf.c sshd_config.5 sshd.c channels.h servconf.h ssh-keyscan.1 ssh-keyscan.c readconf.c sshconnect.c misc.c ssh.c readconf.h scp.1 sftp.1 ssh_config.5 misc.h] 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@
* - stevesk@cvs.openbsd.org 2009/12/29 16:38:41dtucker2010-01-081-3/+3
| | | | | | | | | [sshd_config.5 readconf.c ssh_config.5 scp.1 servconf.c sftp.1 ssh.1] 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@
* - reyk@cvs.openbsd.org 2009/10/28 16:38:18dtucker2010-01-081-2/+3
| | | | | | | | [ssh_config.5 sshd.c misc.h ssh-keyscan.1 readconf.h sshconnect.c channels.c channels.h servconf.h servconf.c ssh.1 ssh-keyscan.c scp.1 sftp.1 sshd_config.5 readconf.c ssh.c misc.c] Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. ok markus@
* - djm@cvs.openbsd.org 2008/07/12 05:33:41djm2008-07-121-3/+3
| | | | | | [scp.1] better description for -i flag: s/RSA authentication/public key authentication/
* Remove extra tagdtucker2008-06-161-1/+0
|
* - dtucker@cvs.openbsd.org 2008/06/14 19:42:10djm2008-06-151-1/+5
| | | | | | [scp.1] Mention that scp follows symlinks during -r. bz #1466, from nectar at apple
* - jmc@cvs.openbsd.org 2008/01/31 20:06:50djm2008-02-101-4/+10
| | | | | | | [scp.1] explain how to handle local file names containing colons; requested by Tamas TEVESZ ok dtucker
* - djm@cvs.openbsd.org 2008/01/19 19:25:50djm2008-02-101-3/+5
| | | | | | [scp.1] scp -q implies ssh -q for the underlying connection, it doesn't just hush the progress meter
* - sobrado@cvs.openbsd.org 2007/08/06 19:16:06djm2007-08-081-3/+3
| | | | | | | | [scp.1 scp.c] the ellipsis is not an optional argument; while here, sync the usage and synopsis of commands lots of good ideas by jmc@ ok jmc@
* - jmc@cvs.openbsd.org 2007/05/31 19:20:16dtucker2007-06-051-2/+2
| | | | | | | [scp.1 ssh_config.5 sftp-server.8 ssh-agent.1 sshd_config.5 sftp.1 ssh-keygen.1 ssh-keyscan.1 ssh-add.1 sshd.8 ssh.1 ssh-keysign.8] convert to new .Dd format; (We will need to teach mdoc2man.awk to understand this too.)
* - jmc@cvs.openbsd.org 2006/07/18 07:56:28djm2006-07-241-4/+3
| | | | | [scp.1] replace DIAGNOSTICS with .Ex;
* - dtucker@cvs.openbsd.org 2006/01/20 00:14:55dtucker2006-01-201-1/+2
| | | | | | [scp.1 ssh.1 ssh_config.5 sftp.1] Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 with feedback from jmc, djm and markus; ok jmc@ djm@
* - jmc@cvs.openbsd.org 2005/03/01 17:19:35djm2005-03-021-1/+2
| | | | | | [scp.1 sftp.1] add HashKnownHosts to -o list; ok markus@
* - djm@cvs.openbsd.org 2004/10/07 10:10:24dtucker2004-11-051-1/+2
| | | | | [scp.1 sftp.1 ssh.1 ssh_config.5] document KbdInteractiveDevices; ok markus@
* - djm@cvs.openbsd.org 2004/06/13 15:03:02djm2004-06-151-1/+3
| | | | | | | [channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
* - jmc@cvs.openbsd.org 2004/05/04 18:36:07dtucker2004-05-131-1/+2
| | | | | [scp.1] SendEnv here too;
* - dtucker@cvs.openbsd.org 2004/05/02 23:17:51dtucker2004-05-021-2/+2
| | | | | [scp.1] ConnectionTimeout -> ConnectTimeout for scp.1 too.
* - markus@cvs.openbsd.org 2004/03/05 10:53:58djm2004-03-081-1/+2
| | | | | [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c] add IdentitiesOnly; ok djm@, pb@
* - markus@cvs.openbsd.org 2003/12/16 15:49:51djm2003-12-171-1/+3
| | | | | | | | [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1] [ssh.c ssh_config.5] application layer keep alive (ServerAliveInterval ServerAliveCountMax) for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
* - markus@cvs.openbsd.org 2003/12/09 21:53:37djm2003-12-171-2/+2
| | | | | | | [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1] [ssh_config.5 sshconnect.c sshd.c sshd_config.5] rename keepalive to tcpkeepalive; the old name causes too much confusion; ok djm, dtucker; with help from jmc@
* - markus@cvs.openbsd.org 2003/10/13 08:22:25dtucker2003-10-151-10/+1
| | | | | [scp.1 sftp.1] don't refer to options related to forwarding; ok jmc@
* - jmc@cvs.openbsd.org 2003/10/08 08:27:36dtucker2003-10-151-58/+110
| | | | | | | | | | [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8] 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@
* - jmc@cvs.openbsd.org 2003/06/10 09:12:11djm2003-06-111-9/+11
| | | | | | | | | | | [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5] [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* - (djm) OpenBSD CVS Syncdjm2003-04-011-1/+3
| | | | | | | | | | - jmc@cvs.openbsd.org 2003/03/28 10:11:43 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5] [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - killed whitespace - new sentence new line - .Bk for arguments ok markus@
* - stevesk@cvs.openbsd.org 2003/01/28 17:24:51djm2003-02-241-4/+2
| | | | | [scp.1] remove example not pertinent with -1 addition; ok markus@
* - markus@cvs.openbsd.org 2003/01/28 16:11:52djm2003-02-241-1/+4
| | | | | [scp.1] document -l; pekkas@netcore.fi
* - markus@cvs.openbsd.org 2003/01/23 14:06:15djm2003-01-241-3/+11
| | | | | [scp.1 scp.c] scp -12; Sam Smith and others; ok provos@, deraadt@
* - stevesk@cvs.openbsd.org 2002/06/22 16:41:57mouring2002-06-231-2/+2
| | | | | [scp.1] typo
* - stevesk@cvs.openbsd.org 2002/06/20 20:00:05mouring2002-06-211-4/+5
| | | | | [scp.1 sftp.1] ssh_config(5)
* - markus@cvs.openbsd.org 2002/01/29 23:50:37djm2002-02-051-1/+4
| | | | | [scp.1 ssh.1] mention exit status; ok stevesk@
* - stevesk@cvs.openbsd.org 2001/09/17 23:56:07mouring2001-09-181-2/+2
| | | | | [scp.1] missing -B in usage string
* - stevesk@cvs.openbsd.org 2001/09/17 17:57:57mouring2001-09-181-1/+8
| | | | | [scp.1 scp.c sftp.1 sftp.c] add -Fssh_config option; ok markus@
* - deraadt@cvs.openbsd.org 2001/09/05 06:23:07mouring2001-09-121-3/+3
| | | | | [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
* - stevesk@cvs.openbsd.org 2001/08/14 17:54:29mouring2001-08-151-9/+13
| | | | | | [scp.1 sftp.1 ssh.1] consistent documentation and example of ``-o ssh_option'' for sftp and scp; document keyword=argument for ssh.
* - deraadt@cvs.openbsd.org 2001/08/08 07:16:58mouring2001-08-151-3/+6
| | | | | | | [scp.1] 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.
* - mouring@cvs.openbsd.org 2001/07/29 17:02:46mouring2001-08-061-2/+3
| | | | | [scp.1] Clarified -o option in scp.1 OKed by Markus@
* NB: big update - may break stuff. Please test!djm2001-02-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - (djm) OpenBSD CVS sync: - markus@cvs.openbsd.org 2001/02/03 03:08:38 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c] [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8] [sshd_config] make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ - markus@cvs.openbsd.org 2001/02/03 03:19:51 [ssh.1 sshd.8 sshd_config] Skey is now called ChallengeResponse - markus@cvs.openbsd.org 2001/02/03 03:43:09 [sshd.8] use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean channel. note from Erik.Anggard@cygate.se (pr/1659) - stevesk@cvs.openbsd.org 2001/02/03 10:03:06 [ssh.1] typos; ok markus@ - djm@cvs.openbsd.org 2001/02/04 04:11:56 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h] [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c] Basic interactive sftp client; ok theo@ - (djm) Update RPM specs for new sftp binary - (djm) Update several bits for new optional reverse lookup stuff. I think I got them all.