summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-08-20Add a ssh_config ProxyUseFDPass option that supports the use ofDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-02-22support ProxyCommand=- (stdin/out already point to the proxy); ok djm@Markus Friedl
2012-09-14remove unused variableMarkus Friedl
2012-08-17Send client banner immediately, rather than waiting for the server toDamien Miller
2011-05-24Remove undocumented legacy options UserKnownHostsFile2 andDamien Miller
2011-05-23remove extra newlineDamien Miller
2011-01-16reset the SIGPIPE handler when forking to execute child processes;Damien Miller
2011-01-06reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;Damien Miller
2010-12-14don't mention key type in key-changed-warning, since we also printMarkus Friedl
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-10-06swapped args to kill(2)Damien Miller
2010-10-06kill proxy command on fatal() (we already kill it on clean exit);Damien Miller
2010-10-05use default shell /bin/sh if $SHELL is ""; ok markus@Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-04-16oops, %r => remote username, not %uDamien Miller
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-04-14expand %r => remote username in ssh_config:ProxyCommand;Damien Miller
2010-04-10fix terminology: we didn't find a certificate in known_hosts, we foundDamien Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-01-13Fix a couple of typos/mispellings in commentsDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-11-10Set close-on-exec on various descriptors so they don't get leaked toDarren Tucker
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-05-28Keep track of number of bytes read and written. Needed for upcomingAndreas Gunnarsson
2009-05-27Un-static ssh_exchange_identification(), part of a larger change fromAndreas Gunnarsson
2008-10-14use #define ROQUIET here; no binary change. ok dtucker@Kevin Steves
2008-07-01Send CR LF during protocol banner exchanges, but only for Protocol 2 only,Darren Tucker
2008-07-01Check ExitOnForwardFailure if forwardings are disabled due to a failedDarren Tucker
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-12tweak wording in message, ok deraadt@ jmc@Ian Darwin
2008-06-12Make keepalive timeouts apply while waiting for a packet, particularly duringDarren Tucker
2008-06-12Make ssh print the random art also when ssh'ing to a host using IP only.Alexander von Gernler
2008-06-12Do not pass "0" strings as ports to getaddrinfo because the lookupsDarren Tucker
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
2007-09-04make ssh(1)'s ConnectTimeout option apply to both the TCP connection andDamien Miller
2007-08-23Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallyDamien Miller
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-08-01Allow fallback to known_hosts entries without port qualifiers forDarren Tucker
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-24disable tunnel forwarding when no strict host key checkingKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves