summaryrefslogtreecommitdiffstats
path: root/ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: require control-escape character sequences passed via the '-edjm@openbsd.org2024-10-181-2/+2
* upstream: make DSA key support compile-time optional, defaulting todjm@openbsd.org2024-01-111-1/+5
* upstream: ban user/hostnames with most shell metacharactersdjm@openbsd.org2023-12-181-1/+40
* upstream: don't dereference NULL pointer when hashing jumphostdjm@openbsd.org2023-10-121-3/+3
* upstream: add %j token that expands to the configured ProxyJumpdjm@openbsd.org2023-10-121-2/+5
* upstream: sync usage() with ssh.1; spotted by kn@djm@openbsd.org2023-10-121-3/+4
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-121-1/+15
* upstream: set interactive mode for ControlPersist sessions if theydjm@openbsd.org2023-09-041-4/+7
* upstream: make ssh -f (fork after authentication) work properly indjm@openbsd.org2023-07-271-6/+11
* upstream: - add -P to usage() - sync the arg name to -J in usage()jmc@openbsd.org2023-07-171-8/+8
* upstream: Add support for configuration tags to ssh(1).djm@openbsd.org2023-07-171-3/+5
* upstream: add support for unix domain sockets to ssh -Wdlg@openbsd.org2023-07-071-2/+4
* upstream: make `ssh -Q CASignatureAlgorithms` only list signaturedjm@openbsd.org2023-06-211-2/+4
* upstream: Check for ProxyJump=none in CanonicalizeHostname logic.djm@openbsd.org2023-04-261-3/+3
* upstream: Ignore return value from muxclient(). It normally loopsdtucker@openbsd.org2023-03-311-2/+2
* upstream: Add tilde and environment variable expansion todtucker@openbsd.org2023-03-271-1/+9
* upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage saysdjm@openbsd.org2023-02-101-1/+2
* upstream: For "ssh -V" always exit 0, there is no need to check optmillert@openbsd.org2023-01-181-3/+2
* upstream: Add a "Host" line to the output of ssh -G showing thedtucker@openbsd.org2023-01-131-9/+9
* upstream: Add channel_force_close()djm@openbsd.org2023-01-061-2/+2
* upstream: Warn if no host keys for hostbased auth can be loaded.dtucker@openbsd.org2022-12-091-3/+12
* upstream: typo in commentdjm@openbsd.org2022-11-091-2/+2
* upstream: Be more paranoid with host/domain names coming from thedjm@openbsd.org2022-10-251-2/+6
* upstream: use correct type with sizeof ok djm@jsg@openbsd.org2022-10-241-2/+2
* upstream: honour user's umask if it is more restrictive then the sshdjm@openbsd.org2022-10-071-2/+2
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-9/+18
* upstream: ignore SIGPIPE earlier in main(), specifically beforedjm@openbsd.org2022-07-011-2/+3
* upstream: ssh is almost out of getopt() characters; note thedjm@openbsd.org2022-03-301-2/+2
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-5/+4
* upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org2022-01-061-1/+7
* upstream: spellingjsg@openbsd.org2022-01-041-2/+2
* upstream: don't put the tty into raw mode when SessionType=none, avoidsdjm@openbsd.org2021-12-021-2/+3
* upstream: Fix "Allocated port" debug messagedtucker@openbsd.org2021-09-201-2/+3
* upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; okdjm@openbsd.org2021-09-161-3/+4
* upstream: Document behaviour of arguments following non-interactivedtucker@openbsd.org2021-09-101-2/+2
* upstream: xstrdup environment variable used by ForwardAgent. bz#3328dtucker@openbsd.org2021-08-081-2/+2
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-231-8/+1
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-231-15/+8
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-14/+8
* upstream: wrap some long linesdjm@openbsd.org2021-07-171-4/+7
* upstream: fix sftp on ControlPersist connections, broken by recentdjm@openbsd.org2021-07-171-1/+2
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-141-19/+19
* Move closefrom() to before first malloc.Darren Tucker2021-06-251-6/+6
* upstream: Switch ssh_config parsing to use argv_split()djm@openbsd.org2021-06-081-2/+7
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-041-3/+6
* upstream: restore blocking status on stdio fds before closedjm@openbsd.org2021-05-191-12/+5
* upstream: fix breakage of -W forwaring introduced in 1.554; reported bydjm@openbsd.org2021-05-181-2/+3
* upstream: fix previous: test saved no_shell_flag, not the one that justdjm@openbsd.org2021-05-141-2/+2
* upstream: Fix ssh started with ControlPersist incorrectly executing adjm@openbsd.org2021-05-141-2/+2
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1