summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-1/+3
| | | | since 2.0); ok markus@
* SendEnv here too;jmc2004-05-041-1/+2
|
* ConnectionTimeout -> ConnectTimeout for scp.1 too.dtucker2004-05-021-2/+2
|
* add IdentitiesOnly; ok djm@, pb@markus2004-03-051-1/+2
|
* application layer keep alive (ServerAliveInterval ServerAliveCountMax)markus2003-12-161-1/+3
| | | | | for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
* rename keepalive to tcpkeepalive; the old name causes too muchmarkus2003-12-091-2/+2
| | | | confusion; ok djm, dtucker; with help from jmc@
* don't refer to options related to forwarding; ok jmc@markus2003-10-131-10/+1
|
* scp and sftp: add options list and sort options. options list requestedjmc2003-10-081-58/+110
| | | | | | | | | 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@
* - section reorderjmc2003-06-101-9/+11
| | | | | | | | | - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
* - killed whitespacejmc2003-03-281-1/+3
| | | | | | | - new sentence new line - .Bk for arguments ok markus@
* remove example not pertinent with -1 addition; ok markus@stevesk2003-01-281-4/+2
|
* document -l; pekkas@netcore.fimarkus2003-01-281-1/+4
|
* scp -12; Sam Smith and others; ok provos@, deraadt@markus2003-01-231-3/+11
|
* typostevesk2002-06-221-2/+2
|
* ssh_config(5)stevesk2002-06-201-4/+5
|
* mention exit status; ok stevesk@markus2002-01-291-1/+4
|
* missing -B in usage stringstevesk2001-09-171-2/+2
|
* add -Fssh_config option; ok markus@stevesk2001-09-171-1/+8
|
* avoid first person in manual pagesderaadt2001-09-051-3/+3
|
* consistent documentation and example of ``-o ssh_option'' for sftp andstevesk2001-08-141-9/+13
| | | | scp; document keyword=argument for ssh.
* when describing the -o option, give -o Protocol=1 as the specific examplederaadt2001-08-081-3/+6
| | | | | since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own.
* Clarified -o option in scp.1 OKed by Markus@mouring2001-07-291-2/+3
|
* Basic interactive sftp client; ok theo@djm2001-02-041-1/+2
|
* Add idents for files which lack themdjm2000-10-161-1/+1
| | | | Fix idents Id -> OpenBSD for the rest
* Repair formatting errors introduced after 2.7.aaron2000-10-131-2/+3
|
* support 'scp -o' with help from mouring@pconline.commarkus2000-10-111-1/+5
|
* cleanup and fix -S support; stevesk@sweden.hp.comderaadt2000-09-011-9/+6
|
* -S prog support; tv@debian.orgderaadt2000-08-191-1/+11
|
* Insert more missing .El directives. Our troff really should identify these andaaron2000-07-061-1/+2
| | | | spit out a warning.
* Trailing whitespace begone!aaron2000-04-121-3/+3
|
* Fix some formatting problems I missed before.aaron2000-03-231-12/+17
|
* document -4, -6, and 'ssh -L 2022/::1/22'markus2000-01-041-2/+10
|
* typo: -P portmarkus1999-10-161-2/+2
|
* New mdoc'ified scp(1) man page.aaron1999-10-031-90/+70
|
* - Add -q option to shutup the progressmeter; markus friedlaaron1999-09-301-2/+5
| | | | | | - Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+127
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.