summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
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-17refactor client percent_expand() argument passing; consolidate theDamien Miller
2020-12-17prepare readconf.c for fuzzing; remove fatal calls and fix someDamien Miller
2020-11-12Prevent integer overflow when ridiculously large ConnectTimeout isDarren Tucker
2020-11-08Replace WITH_OPENSSL ifdefs in log calls with a macro. The log callsDarren Tucker
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-10-12Zap unused family parameter from ssh_connect_direct()kn
2020-10-03There are lots of place where we want to redirect stdin, stdoutDamien Miller
2020-09-21close stdin when forking after authentication too; ok markusDamien Miller
2020-09-20close stdout/stderr after "ssh -f ..." forkingDamien Miller
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-17Add a '%k' TOKEN that expands to the effective HostKey of theDarren Tucker
2020-07-17Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,Darren Tucker
2020-07-05some language improvements; ok markusDamien Miller
2020-06-26Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so weDarren Tucker
2020-06-05Correct historical comment: provos@ modified OpenSSH to work with SSLeayDarren Tucker
2020-05-29Allow some keywords to expand shell-style ${ENV} environmentDarren Tucker
2020-04-10Add TOKEN percent expansion to LocalFoward and RemoteForward when usedDarren Tucker
2020-04-03r1.522 deleted one too many lines; repairDamien Miller
2020-04-03fix debug statementDamien Miller
2020-04-03the tunnel-forwarding vs ExitOnForwardFailure fix that I committedDamien Miller
2020-04-03make failures when establishing "Tunnel" forwarding terminate theDamien Miller
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-03-06initialize cname in case ai_canonname is NULL or too long; ok djmMarkus Friedl
2020-02-18Detect and prevent simple configuration loops when using ProxyJump.Darren Tucker
2020-02-07Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptDarren Tucker
2020-02-06Replace "security key" with "authenticator" in program messages.Christian Weisgerber
2020-01-28disable UpdateHostKeys=ask when in quiet mode;Damien Miller
2020-01-27disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@Markus Friedl
2020-01-25allow UpdateKnownHosts=yes to function when multiple known_hosts filesDamien Miller
2020-01-25expose PKCS#11 key labels/X.509 subjects as commentsDamien Miller
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-05fix CanonicalizeHostname, broken by rev 1.507Bob Beck
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-11-18additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@Christian Weisgerber
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-09-13allow %n to be expanded in ProxyCommand stringsDamien Miller
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-14slightly more instructive error message when the user specifies multipleDamien Miller
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-04-23Use the LogLevel typdef instead of int where appropriate. Patch fromDarren Tucker
2019-01-19remove last references to active_stateDamien Miller
2019-01-19convert ssh.c to new packet APIDamien Miller