summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ensure that pkcs11_del_provider() is called before exit - some PKCS#11djm2021-04-031-1/+5
* warn when the user specifies a ForwardAgent path that does not existdjm2021-02-231-1/+7
* ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSmarkus2021-02-151-1/+42
* whitespacedjm2021-02-021-2/+1
* remove global variable used to stash compat flags and use thedjm2021-01-271-2/+2
* Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) todtucker2021-01-261-3/+4
* Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.dtucker2021-01-221-2/+3
* plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@djm2020-12-201-30/+5
* allow UserKnownHostsFile=none; feedback and ok markus@djm2020-12-201-12/+30
* refactor client percent_expand() argument passing; consolidate thedjm2020-12-171-65/+80
* prepare readconf.c for fuzzing; remove fatal calls and fix somedjm2020-12-171-2/+3
* Prevent integer overflow when ridiculously large ConnectTimeout isdtucker2020-11-121-2/+5
* Replace WITH_OPENSSL ifdefs in log calls with a macro. The log callsdtucker2020-11-081-15/+3
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-56/+50
* LogVerbose keyword for ssh and sshddjm2020-10-161-1/+3
* Zap unused family parameter from ssh_connect_direct()kn2020-10-121-2/+2
* There are lots of place where we want to redirect stdin, stdoutdjm2020-10-031-40/+8
* close stdin when forking after authentication too; ok markusdjm2020-09-211-2/+3
* close stdout/stderr after "ssh -f ..." forkingdjm2020-09-201-6/+21
* Also compare username when checking for JumpHost loops. bz#3057, ok djm@dtucker2020-07-311-6/+9
* Add a '%k' TOKEN that expands to the effective HostKey of thedtucker2020-07-171-1/+4
* Add %-TOKEN, environment variable and tilde expansion to UserKnownHostsFile,dtucker2020-07-171-1/+17
* some language improvements; ok markusdjm2020-07-051-6/+6
* Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so wedtucker2020-06-261-12/+2
* Correct historical comment: provos@ modified OpenSSH to work with SSLeaydtucker2020-06-051-2/+2
* Allow some keywords to expand shell-style ${ENV} environmentdtucker2020-05-291-7/+33
* Add TOKEN percent expansion to LocalFoward and RemoteForward when useddtucker2020-04-101-50/+87
* r1.522 deleted one too many lines; repairdjm2020-04-031-1/+2
* fix debug statementdjm2020-04-031-2/+2
* the tunnel-forwarding vs ExitOnForwardFailure fix that I committeddjm2020-04-031-3/+14
* make failures when establishing "Tunnel" forwarding terminate thedjm2020-04-031-23/+39
* Make with config keywords support which percent_expansions more consistent.dtucker2020-04-031-67/+53
* initialize cname in case ai_canonname is NULL or too long; ok djmmarkus2020-03-061-2/+3
* Detect and prevent simple configuration loops when using ProxyJump.dtucker2020-02-181-1/+9
* Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to acceptdtucker2020-02-071-5/+14
* Replace "security key" with "authenticator" in program messages.naddy2020-02-061-2/+2
* disable UpdateHostKeys=ask when in quiet mode;djm2020-01-281-1/+4
* disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@markus2020-01-271-6/+13
* allow UpdateKnownHosts=yes to function when multiple known_hosts filesdjm2020-01-251-2/+2
* expose PKCS#11 key labels/X.509 subjects as commentsdjm2020-01-251-5/+7
* Make zlib optional. This adds a "ZLIB" build time option that allowsdtucker2020-01-231-4/+15
* Replace all calls to signal(2) with a wrapper around sigaction(2).dtucker2020-01-231-3/+3
* fix CanonicalizeHostname, broken by rev 1.507beck2020-01-051-2/+2
* Allow forwarding a different agent socket to the path specified bydjm2019-12-211-1/+33
* additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@naddy2019-11-181-1/+2
* ssh client support for U2F/FIDO keysdjm2019-10-311-1/+17
* allow %n to be expanded in ProxyCommand stringsdjm2019-09-131-2/+2
* Allow prepending a list of algorithms to the default set by startingnaddy2019-09-061-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-10/+10
* slightly more instructive error message when the user specifies multipledjm2019-06-141-3/+6