summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.1
AgeCommit message (Expand)Author
2013-10-20add canonicalisation options to -o listsDamien Miller
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2011-09-05knock out a useless Ns;Jason McIntyre
2011-09-05mention ControlPersist and KbdInteractiveAuthentication in the -oDamien Miller
2010-12-09scp.1: grammer fixJason McIntyre
2010-12-08add a new -3 option to scp: Copies between two remote hosts areMarkus Friedl
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-09-23add KexAlgorithms to the -o list;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2008-07-12better description for -i flag:Damien Miller
2008-06-14Mention that scp follows symlinks during -r. bz #1466, from nectar at appleDarren Tucker
2008-01-31explain how to handle local file names containing colons;Jason McIntyre
2008-01-19scp -q implies ssh -q for the underlying connection, it doesn't justDamien Miller
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2006-07-18replace DIAGNOSTICS with .Ex;Jason McIntyre
2006-01-20Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056Darren Tucker
2005-03-01add HashKnownHosts to -o list;Jason McIntyre
2004-10-07document KbdInteractiveDevices; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-04SendEnv here too;Jason McIntyre
2004-05-02ConnectionTimeout -> ConnectTimeout for scp.1 too.Darren Tucker
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-10-13don't refer to options related to forwarding; ok jmc@Markus Friedl
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
2003-06-10- section reorderJason McIntyre
2003-03-28- killed whitespaceJason McIntyre
2003-01-28remove example not pertinent with -1 addition; ok markus@Kevin Steves
2003-01-28document -l; pekkas@netcore.fiMarkus Friedl
2003-01-23scp -12; Sam Smith and others; ok provos@, deraadt@Markus Friedl
2002-06-22typoKevin Steves
2002-06-20ssh_config(5)Kevin Steves
2002-01-29mention exit status; ok stevesk@Markus Friedl
2001-09-17missing -B in usage stringKevin Steves
2001-09-17add -Fssh_config option; ok markus@Kevin Steves
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
2001-07-29Clarified -o option in scp.1 OKed by Markus@mouring
2001-02-04Basic interactive sftp client; ok theo@Damien Miller
2000-10-16Add idents for files which lack themDamien Miller
2000-10-13Repair formatting errors introduced after 2.7.Aaron Campbell