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