summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-21Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-02-21Work around conch interoperability failureColin Watson
2020-02-21Restore reading authorized_keys2 by defaultColin Watson
2020-02-21Various Debian-specific configuration changesColin Watson
2020-02-21Add systemd readiness notification supportMichael Biebl
2020-02-21Give the ssh-askpass-gnome window a default iconVincent Untz
2020-02-21Don't check the status field of the OpenSSL versionKurt Roeckx
2020-02-21Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2020-02-21Document that HashKnownHosts may break tab-completionColin Watson
2020-02-21ssh(1): Refer to ssh-argv0(1)Colin Watson
2020-02-21Adjust various OpenBSD-specific references in manual pagesColin Watson
2020-02-21Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2020-02-21Add DebianBanner server configuration optionKees Cook
2020-02-21Include the Debian version in our identificationMatthew Vernon
2020-02-21Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2020-02-21Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2020-02-21Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2020-02-21Adjust scp quoting in verbose modeNicolas Valcárcel
2020-02-21Allow harmless group-writabilityColin Watson
2020-02-21"LogLevel SILENT" compatibilityNatalie Amery
2020-02-21Various keepalive extensionsRichard Kettlewell
2020-02-21Accept obsolete ssh-vulnkey configuration optionsColin Watson
2020-02-21Handle SELinux authorisation rolesManoj Srivastava
2020-02-21Restore TCP wrappers supportColin Watson
2020-02-21GSSAPI key exchange supportSimon Wilkinson
2020-02-21Import openssh_8.2p1.orig.tar.gzColin Watson
2020-02-14upstream: openssh-8.2djm@openbsd.org
2020-02-12crank version numbersDamien Miller
2020-02-11Minor documentation update:Darren Tucker
2020-02-09Check if UINT32_MAX is defined before redefining.Darren Tucker
2020-02-07typo; reported by Phil PennockDamien Miller
2020-02-07upstream: sync the description of the $SSH_SK_PROVIDER environmentdjm@openbsd.org
2020-02-07upstream: Add ssh -Q key-sig for all key and signature types.dtucker@openbsd.org
2020-02-07upstream: fix two PIN entry bugs on FIDO keygen: 1) it would allow moredjm@openbsd.org
2020-02-07upstream: When using HostkeyAlgorithms to merely append or removedjm@openbsd.org
2020-02-07upstream: expand HostkeyAlgorithms prior to config dump, matchingdjm@openbsd.org
2020-02-07upstream: Add Include to the list of permitted keywords after anaddy@openbsd.org
2020-02-07upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org
2020-02-06Don't look for UINT32_MAX in inttypes.hDarren Tucker
2020-02-06dependDamien Miller
2020-02-06Fix sha2 MAKE_CLONE no-op definitionMichael Forney
2020-02-04upstream: require FIDO application strings to start with "ssh:"; okdjm@openbsd.org
2020-02-04upstream: revert enabling UpdateHostKeys by default - there are stilldjm@openbsd.org
2020-02-04upstream: use better markup for challenge and write-attestation, andjmc@openbsd.org
2020-02-03mention libfido2 in dependencies sectionDamien Miller
2020-02-03add clock_gettime64(2) to sandbox allowed syscallsDamien Miller
2020-02-02upstream: Output (none) in debug in the case in the CheckHostIP=no casedtucker@openbsd.org
2020-02-02upstream: Prevent possible null pointer deref of ip_str in debug.dtucker@openbsd.org
2020-02-02upstream: shuffle the challenge keyword to keep the -O list sorted;jmc@openbsd.org
2020-02-02upstream: tweak previous;jmc@openbsd.org