summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2017-09-14Revert commitid: gJtIN6rRTS3CHy9b.Damien Miller
2017-09-12unused variableDamien Miller
2017-09-12fix tun/tap forwarding case in previousDamien Miller
2017-09-12Make remote channel ID a u_intDamien Miller
2017-09-12refactor channels.cDamien Miller
2017-09-07typo in commentDamien Miller
2017-09-04tweak previous;Jason McIntyre
2017-09-03Expand ssh_config's StrictModes option with two new settings:Damien Miller
2017-09-01remove blank line;Jason McIntyre
2017-09-01identify the case where SSHFP records are missing but other DNS RRDamien Miller
2017-09-01document available AuthenticationMethods; bz#2453 ok dtucker@Damien Miller
2017-08-30pass packet state down to some of the channels function (moreDamien Miller
2017-08-29sort options;Jason McIntyre
2017-08-29add a -q option to ssh-add to make it quiet on success.David Gwynne
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-18add a "quiet" flag to exited_cleanly() that supresses errors aboutDamien Miller
2017-08-18Move several subprocess-related functions from various locations toDamien Miller
2017-08-12make "--" before the hostname terminate command-line option processingDamien Miller
2017-08-12Switch from aes256-cbc to aes256-ctr for encrypting new-styleDamien Miller
2017-08-11refuse to a private keys when its corresponding .pub key does notDamien Miller
2017-08-11don't print verbose error message when ssh disconnects under sftp;Damien Miller
2017-08-11Tweak previous keepalive commit: if last_time + keepalive <= nowDarren Tucker
2017-08-11Keep track of the last time we actually heard from the client andDarren Tucker
2017-07-25Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCPDarren Tucker
2017-07-24g/c unused variable; make a little more portableDamien Miller
2017-07-23Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP valueDamien Miller
2017-07-19fix support for unknown key types; ok djm@Markus Friedl
2017-07-19switch from select() to poll() for the ssh-agent mainloop; ok markusDamien Miller
2017-07-14Make ""Killed by signal 1" LogLevel verbose so it's not shown at the defaultDarren Tucker
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-07-10zap redundant Makefile variables.Marc Espie
2017-07-08slightly rework previous, to avoid an article issue;Jason McIntyre
2017-07-07When generating all hostkeys (ssh-keygen -A), clobber existing keysDamien Miller
2017-07-01actually remove these filesDamien Miller
2017-07-01remove post-SSHv1 removal dead code from rsa.c and merge theDamien Miller
2017-06-30Only call close once in confree(). ssh_packet_close will close the FDDarren Tucker
2017-06-28Allow ssh-keygen to use a key held in ssh-agent as a CA when signingDamien Miller
2017-06-24correct env var nameDamien Miller
2017-06-24spelling;Jason McIntyre
2017-06-24don't pass pointer to struct sshcipher between privsep processes,Damien Miller
2017-06-24refactor authentication loggingDamien Miller
2017-06-24word fix;Jason McIntyre
2017-06-24switch sshconnect.c from (slightly abused) select() to poll();Damien Miller
2017-06-24use HostKeyAlias if specified instead of hostname for matching hostDamien Miller
2017-06-24no need to call log_init to reinitialise logged PID in child sessions,Damien Miller
2017-06-23When using the escape sequence &~ the code path is client_loop() ->Ricardo Mestre
2017-06-23Import regenerated moduli.Darren Tucker
2017-06-23Run the screen twice so we end up with more candidate groups. ok djm@Darren Tucker
2017-06-14Add user@host prefix to client's "Permisison denied" messages, useful inDarren Tucker
2017-06-13Do not require that unknown EXT_INFO extension values not containDamien Miller