summaryrefslogtreecommitdiffstats
path: root/ssh.c
AgeCommit message (Expand)Author
2023-07-27upstream: make ssh -f (fork after authentication) work properly indjm@openbsd.org
2023-07-17upstream: - add -P to usage() - sync the arg name to -J in usage()jmc@openbsd.org
2023-07-17upstream: Add support for configuration tags to ssh(1).djm@openbsd.org
2023-07-07upstream: add support for unix domain sockets to ssh -Wdlg@openbsd.org
2023-06-21upstream: make `ssh -Q CASignatureAlgorithms` only list signaturedjm@openbsd.org
2023-04-26upstream: Check for ProxyJump=none in CanonicalizeHostname logic.djm@openbsd.org
2023-03-31upstream: Ignore return value from muxclient(). It normally loopsdtucker@openbsd.org
2023-03-27upstream: Add tilde and environment variable expansion todtucker@openbsd.org
2023-02-10upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage saysdjm@openbsd.org
2023-01-18upstream: For "ssh -V" always exit 0, there is no need to check optmillert@openbsd.org
2023-01-13upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org
2023-01-06upstream: Add channel_force_close()djm@openbsd.org
2022-12-09upstream: Warn if no host keys for hostbased auth can be loaded.dtucker@openbsd.org
2022-11-09upstream: typo in commentdjm@openbsd.org
2022-10-25upstream: Be more paranoid with host/domain names coming from thedjm@openbsd.org
2022-10-25upstream: use correct type with sizeof ok djm@jsg@openbsd.org
2022-10-07upstream: honour user's umask if it is more restrictive then the sshdjm@openbsd.org
2022-09-17upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org
2022-07-01upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org
2022-03-30upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2022-01-07upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org
2022-01-04upstream: spellingjsg@openbsd.org
2021-12-02upstream: don't put the tty into raw mode when SessionType=none, avoidsdjm@openbsd.org
2021-09-20upstream: Fix "Allocated port" debug messagedtucker@openbsd.org
2021-09-16upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org
2021-09-10upstream: Document behaviour of arguments following non-interactivedtucker@openbsd.org
2021-08-08upstream: xstrdup environment variable used by ForwardAgent. bz#3328dtucker@openbsd.org
2021-07-23upstream: note successful authentication method in final "Authenticateddjm@openbsd.org
2021-07-23upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org
2021-07-23upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org
2021-07-17upstream: wrap some long linesdjm@openbsd.org
2021-07-17upstream: fix sftp on ControlPersist connections, broken by recentdjm@openbsd.org
2021-07-14upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org
2021-06-25Move closefrom() to before first malloc.Darren Tucker
2021-06-08upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org
2021-06-04upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org
2021-05-19upstream: restore blocking status on stdio fds before closedjm@openbsd.org
2021-05-18upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org
2021-05-14upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org
2021-05-14upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org
2021-04-03polish whitespace for portable filesDamien Miller
2021-04-03upstream: ensure that pkcs11_del_provider() is called before exit -djm@openbsd.org
2021-02-23upstream: warn when the user specifies a ForwardAgent path that doesdjm@openbsd.org
2021-02-17upstream: ssh: add PermitRemoteOpen for remote dynamic forwardingmarkus@openbsd.org
2021-02-05upstream: whitespacedjm@openbsd.org
2021-01-27upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org
2021-01-26upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org
2020-12-21upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org