summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2024-01-11make DSA key support compile-time optional, defaulting to onDamien Miller
2023-12-18ban user/hostnames with most shell metacharactersDamien Miller
2023-10-12don't dereference NULL pointer when hashing jumphostDamien Miller
2023-10-12add %j token that expands to the configured ProxyJump hostname (orDamien Miller
2023-10-11sync usage() with ssh.1; spotted by kn@Damien Miller
2023-10-11add ChannelTimeout support to the client, mirroring the same optionDamien Miller
2023-09-03set interactive mode for ControlPersist sessions if they originallyDamien Miller
2023-07-26make ssh -f (fork after authentication) work properly in multiplexedDamien Miller
2023-07-17- add -P to usage()Jason McIntyre
2023-07-17Add support for configuration tags to ssh(1).Damien Miller
2023-07-04add support for unix domain sockets to ssh -WDavid Gwynne
2023-06-21make `ssh -Q CASignatureAlgorithms` only list signature algorithms thatDamien Miller
2023-04-26Check for ProxyJump=none in CanonicalizeHostname logic.Damien Miller
2023-03-30Ignore return value from muxclient(). It normally loops without returning,Darren Tucker
2023-03-27Add tilde and environment variable expansion to RevokedHostKeys.Darren Tucker
2023-02-10make `ssh -Q CASignatureAlgorithms` work as the manpage says it shouldDamien Miller
2023-01-17For "ssh -V" always exit 0, there is no need to check opt again.Todd C. Miller
2023-01-13Add a "Host" line to the output of ssh -G showing the original host arg.Darren Tucker
2023-01-06Add channel_force_close()Damien Miller
2022-12-09Warn if no host keys for hostbased auth can be loaded. From bz#3507, ok djm@Darren Tucker
2022-11-09typo in commentDamien Miller
2022-10-24Be more paranoid with host/domain names coming from the resolver:Damien Miller
2022-10-13use correct type with sizeofJonathan Gray
2022-10-06honour user's umask if it is more restrictive then the ssh defaultDamien Miller
2022-09-17add a RequiredRSASize for checking RSA key length in ssh(1).Damien Miller
2022-07-01ignore SIGPIPE earlier in main(), specifically before muxclient()Damien Miller
2022-03-30ssh is almost out of getopt() characters; note the remainingDamien Miller
2022-02-08Switch hpdelim interface to accept only ":" as delimiter.Darren Tucker
2022-01-06log some details on hostkeys that ssh loads for hostbased authnDamien Miller
2022-01-01spellingJonathan Gray
2021-12-02don't put the tty into raw mode when SessionType=none, avoids ^c beingDamien Miller
2021-09-20Fix "Allocated port" debug message for unix sockets. From peder.stray atDarren Tucker
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
2021-09-10Document behaviour of arguments following non-interactive commands.Darren Tucker
2021-08-08xstrdup environment variable used by ForwardAgent. bz#3328 fromDarren Tucker
2021-07-23note successful authentication method in final "Authenticated to ..."Damien Miller
2021-07-23Add a ForkAfterAuthentication ssh_config(5) counterpart to theDamien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-07-17wrap some long linesDamien Miller
2021-07-17fix sftp on ControlPersist connections, broken by recent SessionTypeDamien Miller
2021-07-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller
2021-06-08Switch ssh_config parsing to use argv_split()Damien Miller
2021-06-04allow ssh_config SetEnv to override $TERM, which is otherwise handledDamien Miller
2021-05-19restore blocking status on stdio fds before closeDamien Miller
2021-05-17fix breakage of -W forwaring introduced in 1.554; reported byDamien Miller
2021-05-14fix previous: test saved no_shell_flag, not the one that just gotDamien Miller
2021-05-14Fix ssh started with ControlPersist incorrectly executing a shellDamien Miller
2021-04-03ensure that pkcs11_del_provider() is called before exit - some PKCS#11Damien Miller
2021-02-23warn when the user specifies a ForwardAgent path that does not existDamien Miller
2021-02-15ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKSMarkus Friedl