summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
2024-04-30add explict check for server hostkey type against HostkeyAlgorithms.Damien Miller
2024-04-23correct indentation; no functional changeJonathan Gray
2024-01-11make DSA key support compile-time optional, defaulting to onDamien Miller
2023-11-20set errno=EAFNOSUPPORT when filtering addresses that don't matchDamien Miller
2023-11-15when connecting via socket (the default case), filter addresses byDamien Miller
2023-03-10Explicitly ignore return from fcntl(... FD_CLOEXEC) here too.Darren Tucker
2023-03-05Remove unused compat.h includes. We've previously removed a lotDarren Tucker
2023-01-13avoid printf("%s", NULL) if using ssh -oUserKnownHostsFile=noneDamien Miller
2022-11-03replace recently-added valid_domain() check for hostnames going toDamien Miller
2022-10-24Be more paranoid with host/domain names coming from the resolver:Damien Miller
2022-08-26whitespaceDamien Miller
2022-06-03Add period at end of "not known by any other names" message. github PR#320Darren Tucker
2021-12-19ssh-add side of destination constraintsDamien Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-06-25Use better language to refer to the user. From l1ving via githubDarren Tucker
2021-06-08Allow argv_split() to optionally terminate tokenisation when itDamien Miller
2021-04-03highly polished whitespace, mostly fixing spaces-for-tab and badDamien Miller
2021-03-03typo in other_hostkeys_message() display output, ok djmStuart Henderson
2021-01-26move check_host_cert() from sshconnect,c to sshkey.c and refactorDamien Miller
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtainDamien Miller
2020-12-20plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@Damien Miller
2020-12-20allow UserKnownHostsFile=none; feedback and ok markus@Damien Miller
2020-12-20load_hostkeys()/hostkeys_foreach() variants for FILE*Damien Miller
2020-11-27Set the specified TOS/DSCP for interactive use prior to TCP connect.Damien Miller
2020-11-22when mentioning that the host key has changed, don't report the typeDamien Miller
2020-11-20Explicitly initialize all members of the find_by_key_ctx struct. InitializingDarren Tucker
2020-11-12when prompting the user to accept a new hostkey, display any otherDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-12Zap unused family parameter from ssh_connect_direct()kn
2020-10-07Disable UpdateHostkeys when hostkey checking failsDamien Miller
2020-10-07don't UpdateHostkeys when the hostkey is verified by theDamien Miller
2020-10-07revert kex->flags cert hostkey downgrade back to a plain keyDamien Miller
2020-10-07simply disable UpdateHostkeys when a certificate successfullyDamien Miller
2020-10-04when ordering host key algorithms in the client, consider the ECDSADamien Miller
2020-10-03There are lots of place where we want to redirect stdin, stdoutDamien Miller
2020-10-03record when the host key checking code downgrades a certificate hostDamien Miller
2020-09-09For the hostkey confirmation message:Damien Miller
2020-08-11let ssh_config(5)'s AddKeysToAgent keyword accept a time limit forDamien Miller
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of theDarren Tucker
2020-03-13use sshpkt_fatal() for kex_exchange_identification() errors.Damien Miller
2020-01-25when AddKeysToAgent=yes is set and the key contains no comment,Damien Miller
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-22Ignore whitespace when checking explict fingerprint. When confirming a hostDarren Tucker
2020-01-11revise the fix for reversed arguments on expand_proxy_command()Christian Weisgerber
2020-01-09fix reversed arguments on expand_proxy_command(); spotted byDamien Miller
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-11-12enable ed25519 support; ok djmMarkus Friedl
2019-10-31ssh AddKeysToAgent support for U2F/FIDO keysDamien Miller
2019-10-31add new agent key constraint for U2F/FIDO providerDamien Miller
2019-09-13whitespaceDamien Miller