summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2021-10-22Prevent mem leaks in the (unlikely) event that getaddrinfo returnsDarren Tucker
2021-10-22Remove unnecessary semicolons in case statements. From khaleesicodesDarren Tucker
2021-10-22Fix typos in comments. From khaleesicodes via github PR#280.Darren Tucker
2021-10-15openbsd 7.0 release shipped with the (hopefully last) scp that uses RCPTheo de Raadt
2021-10-09Document that CASignatureAlgorithms, ExposeAuthInfo and PubkeyAuthOptionsDarren Tucker
2021-10-02Dynamically allocate encoded HashKnownHosts and free as appropriate.Darren Tucker
2021-10-01unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds;Damien Miller
2021-09-29add some debug output showing how many key file/command linesDamien Miller
2021-09-28Make prototype for rijndaelEncrypt match function including the bounds.Darren Tucker
2021-09-28Import regenerated moduli.Darren Tucker
2021-09-26openssh-8.8Damien Miller
2021-09-26need initgroups() before setresgid(); reported by anton@, ok deraadt@Damien Miller
2021-09-25RSA/SHA-1 is not used by default anymoreKlemens Nanni
2021-09-20fix missing -s in SYNOPSYS and usage() as well as a capitalisationDamien Miller
2021-09-20Fix "Allocated port" debug message for unix sockets. From peder.stray atDarren Tucker
2021-09-20Switch scp back to use the old protocol by default, ahead of release.Damien Miller
2021-09-18better error message for ~user failures when the sftp-serverDamien Miller
2021-09-16make some more scp-in-SFTP mode better match Unix idiomsDamien Miller
2021-09-16allow log_stderr==2 to prefix log messages with argv[0]Damien Miller
2021-09-16missing space character in ssh -G output broke the t-sshcfgparseDamien Miller
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
2021-09-14put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENTmbuhl
2021-09-11Do not ignore SIGINT while waiting for input if editline(3) is not used.Ingo Schwarze
2021-09-11when using SFTP protocol, continue transferring files after aDamien Miller
2021-09-10Document that non-interactive commands are run via the user's shellDarren Tucker
2021-09-10Document behaviour of arguments following non-interactive commands.Darren Tucker
2021-09-10Clarify which file's attributes -p preserves, and that it's specificallyDarren Tucker
2021-09-10openssh-7.4 was incorrectly listed twice; spotted by DmitryDamien Miller
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-09-08correct my mistake in previous fix; spotted by halexDamien Miller
2021-09-07avoid NULL deref in -Y find-principals. Report and fix fromDamien Miller
2021-09-06revision 1.381 neglected to remove sChallengeResponseAuthenticationTodd C. Miller
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