summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2021-09-03Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency.Darren Tucker
2021-09-03Mention using ssh -i for specifying the public key file in the caseDarren Tucker
2021-09-03Refer to KEX "algorithms" instead of "methods" to match other referencesDarren Tucker
2021-09-03Remove redundant attrib_clear in upload_dir_internal. The subsequentDarren Tucker
2021-09-02sys/param.h is not needed for any visible reasonTheo de Raadt
2021-08-29After years of forewarning, disable the RSA/SHA-1 signature algorithmDamien Miller
2021-08-29wrap at 80 columnsDamien Miller
2021-08-20openssh-8.7Damien Miller
2021-08-12mention that CASignatureAlgorithms accepts +/- similarly to theDamien Miller
2021-08-12In the editline(3) branch of the sftp(1) event loop, handle SIGINTIngo Schwarze
2021-08-11scp: tweak man page and error message for -3 by defaultChristian Weisgerber
2021-08-11scp: do not spawn ssh with two -s flags for remote-to-remote copiesChristian Weisgerber
2021-08-11when verifying sshsig signatures, support an option (-Oprint-pubkey)Damien Miller
2021-08-11oops, missed one more %pDamien Miller
2021-08-11remove a bunch of %p in format strings; leftovers of debuggingsDamien Miller
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-09make scp in SFTP mode try to use relative paths as much as possible.Damien Miller
2021-08-09SFTP protocol extension to allow the server to expand ~-prefixedDamien Miller
2021-08-09when scp is in SFTP mode, try to deal better with ~ prefixedDamien Miller
2021-08-09on fatal errors, make scp wait for ssh connection before exitingDamien Miller
2021-08-09rever r1.223 - I accidentally committed unrelated changesDamien Miller
2021-08-09show only the final path component in the progress meter;Damien Miller
2021-08-09on fatal errors, make scp wait for ssh connection before exitingDamien Miller
2021-08-08xstrdup environment variable used by ForwardAgent. bz#3328 fromDarren Tucker
2021-08-07Fix prototype mismatch for do_cmd. ok djm@Darren Tucker
2021-08-07sftp-client.c needs poll.hDamien Miller
2021-08-07do_upload() used a near-identical structure for trackingDamien Miller
2021-08-07make scp(1) in SFTP mode follow symlinks like traditional scp(1)Damien Miller
2021-08-07fix incorrect directory permissions on scp -3 transfers;Damien Miller
2021-08-07a bit more debugging of file attributes being sent/receivedDamien Miller
2021-08-07make scp(1) in SFTP mode output better match original scp(1) byDamien Miller
2021-08-07factor out a structure duplicated between downloading andDamien Miller
2021-08-07use sftp_client crossloading to implement scp -3Damien Miller
2021-08-07support for "cross"-loading files/directories, i.e. downloadingDamien Miller
2021-08-07factor our SSH2_FXP_OPEN calls into their own function;Damien Miller
2021-08-07prepare for scp -3 implemented via sftpDamien Miller
2021-08-06Document "ProxyJump none". bz#3334.Darren Tucker
2021-08-04Allow for different (but POSIX compliant) behaviour of basename(3) andDarren Tucker
2021-08-02support for using the SFTP protocol for file transfers in scp, via aDamien Miller
2021-07-30fix a formatting error and add some Xr;Jason McIntyre
2021-07-30fix a formatting error and mark up known_hosts consistently;Jason McIntyre
2021-07-28no need to talk about version 2 with the -Q option, so rewrite theJason McIntyre
2021-07-27word fix; reported by debian at helgefjell deJason McIntyre
2021-07-27standardise the grammar in the options list;Jason McIntyre
2021-07-24Don't omit ssh-keygen -y from usage when built without OpenSSL. It isDarren Tucker
2021-07-24Exclude key conversion options from usage when built without OpenSSLDarren Tucker
2021-07-24don't leak environment= variable when it is not the first matchDamien Miller
2021-07-23punctuation;Jason McIntyre
2021-07-23mention in comment that read_passphrase(..., RP_ALLOW_STDIN) willDamien Miller