summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.1
AgeCommit message (Expand)Author
2022-12-16Mention that scp uses the SFTP protocol and remove reference toDamien Miller
2022-12-16add a -X option to both scp(1) and sftp(1) to allow control overDamien Miller
2022-09-19add RequiredRSASize to the list of keywords accepted by -o;Damien Miller
2022-04-16list the correct version number when usage of the sftp protocol became defaultT.J. Townsend
2022-02-23put back the scp manpage changes for SFTP mode tooDamien Miller
2022-02-10revert for imminent OpenSSH release, which wil ship with scp in RCP mode.Damien Miller
2021-10-15openbsd 7.0 release shipped with the (hopefully last) scp that uses RCPTheo de Raadt
2021-09-20fix missing -s in SYNOPSYS and usage() as well as a capitalisationDamien Miller
2021-09-20Switch scp back to use the old protocol by default, ahead of release.Damien Miller
2021-09-10Clarify which file's attributes -p preserves, and that it's specificallyDarren Tucker
2021-09-09- move CAVEATS to its correct orderJason McIntyre
2021-09-08Use the SFTP protocol by default. The original scp/rcp protocol remainsDamien Miller
2021-08-11scp: tweak man page and error message for -3 by defaultChristian Weisgerber
2021-08-10Prepare for a future where scp(1) uses the SFTP protocol by default.Damien Miller
2021-08-09make scp -3 the default for remote-to-remote copies. It provides aDamien Miller
2021-08-02support for using the SFTP protocol for file transfers in scp, via aDamien Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-01-26move HostbasedAcceptedAlgorithms to the right place in alphabetical orderChristian Weisgerber
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2020-12-22tweak the description of KnownHostsCommand in ssh_conf.5, and addJason McIntyre
2020-10-03split introductory paragraph, and insert ominous words about the globTheo de Raadt
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-04-30tweak previous; ok markusJason McIntyre
2020-04-30run the 2nd ssh with BatchMode for scp -3Markus Friedl
2019-11-30tweak the Nd lines for a bit of consistency;Jason McIntyre
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-01-26check in scp client that filenames sent during remote->local directoryDamien Miller
2019-01-22tweak previous;Jason McIntyre
2019-01-21Forgot to add -J to the synopsis.Theo Buehler
2019-01-21Add a -J option as a shortcut for -o Proxyjump= to scp(1) and sftp(1)Theo Buehler
2018-09-20reorder CASignatureAlgorithms, and add them to the various -o lists;Jason McIntyre
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-06-09sort previous;Jason McIntyre
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-02-23some cleanup for BindInterface and ssh-keyscan;Jason McIntyre
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-02remove now obsolete protocol1 options from the -o lists;Jason McIntyre
2017-04-30exterminate the -1 flag from scpDamien Miller
2016-07-16- add proxyjump to the options listJason McIntyre
2016-06-29sort the -o list;Jason McIntyre
2016-05-04add IdentityAgent; noticed & ok jmc@Markus Friedl
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-07-10Turn off DSA by default; add HostKeyAlgorithms to the server andMarkus Friedl
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-26sort previous;Jason McIntyre
2015-01-26correct description of UpdateHostKeys in ssh_config.5 andDamien Miller
2015-01-16garbage collect empty .No macros mandoc warns aboutIngo Schwarze