summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2022-12-15The idiomatic way of coping with signed char vs unsigned char (whichTheo de Raadt
2022-12-09Warn if no host keys for hostbased auth can be loaded. From bz#3507, ok djm@Darren Tucker
2022-12-09Add some server debugging for hostbased auth.Darren Tucker
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04Remove duplicate includes. Patch from AtariDreams via github PR#364.Darren Tucker
2022-12-02make struct sshbuf private and remove an unused field; ok dtuckerDamien Miller
2022-11-29Add void to client_repledge args to fix compiler warning. ok djm@Darren Tucker
2022-11-28tighten pledge(2) after session establishmentDamien Miller
2022-11-28New EnableEscapeCommandline ssh_config(5) optionDamien Miller
2022-11-18In channel_request_remote_forwarding the parameters for permission_set_addMoritz Buhl
2022-11-10Handle dynamic remote port forwarding in escape commandline's -R processing.Darren Tucker
2022-11-09Fix typo in fatal error message. Patch from vapier at chromium.org.Darren Tucker
2022-11-09Remove errant colon and simplify format string in error messages.Darren Tucker
2022-11-09rename client_global_hostkeys_private_confirm() toDamien Miller
2022-11-09typo in commentDamien Miller
2022-11-07The IdentityFile option in ssh_config can also be used to specify aDarren Tucker
2022-11-07Remove some set but otherwise unused variables, spotted in -portable byDarren Tucker
2022-11-07Check for and disallow MaxStartups values less than or equal to zeroDarren Tucker
2022-11-07fix parsing of hex cert expiry time; was checking whether theDamien Miller
2022-11-07Import regenerated moduli.Darren Tucker
2022-11-07Fix typo. From pablomh via -portable github PR#344.Darren Tucker
2022-11-03replace recently-added valid_domain() check for hostnames going toDamien Miller
2022-10-28put sshkey_check_rsa_length() back in sshkey.c to unbreakDamien Miller
2022-10-28allow ssh-keyscan(1) to accept CIDR address ranges, e.g.Damien Miller
2022-10-28refactor sshkey_private_deserializeDamien Miller
2022-10-28refactor sshkey_private_serialize_opt()Damien Miller
2022-10-28refactor certifyDamien Miller
2022-10-28refactor sshkey_sign() and sshkey_verify()Damien Miller
2022-10-28refactor sshkey_from_blob_internal()Damien Miller
2022-10-28refactor sshkey_from_private()Damien Miller
2022-10-28factor out key generationDamien Miller
2022-10-28refactor and simplify sshkey_read()Damien Miller
2022-10-28factor out public key serializationDamien Miller
2022-10-28factor out sshkey_equal_public()Damien Miller
2022-10-28begin big refactor of sshkeyDamien Miller
2022-10-24Be more paranoid with host/domain names coming from the resolver:Damien Miller
2022-10-24when scp(1) is using the SFTP protocol for transport (the default),Damien Miller
2022-10-13use correct type with sizeofJonathan Gray
2022-10-07ssh-agent.1:Jason McIntyre
2022-10-07document "-O no-restrict-websafe"; spotted by Ross L RichardsonDamien Miller
2022-10-06honour user's umask if it is more restrictive then the ssh defaultDamien Miller
2022-09-26openssh-9.1Damien Miller
2022-09-21Fix typo. From AlexanderStohr via github PR#343.Darren Tucker
2022-09-19add RequiredRSASize to the list of keywords accepted by -o;Damien Miller
2022-09-19use users-groups-by-id@openssh.com sftp-server extension (whenDamien Miller
2022-09-19sftp client library support for users-groups-by-id@openssh.com;Damien Miller
2022-09-19extend sftp-common.c:extend ls_file() to support supplied user/groupDamien Miller
2022-09-19sftp-server(8): add a "users-groups-by-id@openssh.com" extensionDamien Miller
2022-09-19better debugging for connect_next()Damien Miller
2022-09-17Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limitDamien Miller