Debian Package Tracker
Register | Log in
Subscribe

openssh

Choose email to subscribe with

general
  • source: openssh (main)
  • version: 1:10.3p1-1
  • maintainer: Debian OpenSSH Maintainers (archive) (DMD)
  • uploaders: Colin Watson [DMD] – Matthew Vernon [DMD]
  • arch: all any
  • std-ver: 4.6.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1:8.4p1-5+deb11u3
  • o-o-sec: 1:8.4p1-5+deb11u5
  • oldstable: 1:9.2p1-2+deb12u7
  • old-sec: 1:9.2p1-2+deb12u9
  • old-bpo: 1:10.0p1-7~bpo12+1
  • old-upd: 1:9.2p1-2+deb12u7
  • old-p-u: 1:9.2p1-2+deb12u8
  • stable: 1:10.0p1-7+deb13u1
  • stable-sec: 1:10.0p1-7+deb13u2
  • stable-bpo: 1:10.2p1-6~bpo13+1
  • testing: 1:10.2p1-6
  • unstable: 1:10.3p1-1
versioned links
  • 1:8.4p1-5+deb11u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:8.4p1-5+deb11u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u8: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:9.2p1-2+deb12u9: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.0p1-7~bpo12+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.0p1-7+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.0p1-7+deb13u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-6~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.2p1-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:10.3p1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • openssh-client (281 bugs: 0, 161, 120, 0)
  • openssh-client-gssapi
  • openssh-client-udeb
  • openssh-server (250 bugs: 0, 192, 58, 0)
  • openssh-server-gssapi
  • openssh-server-udeb
  • openssh-sftp-server (2 bugs: 0, 2, 0, 0)
  • openssh-tests
  • ssh (124 bugs: 0, 68, 56, 0)
  • ssh-askpass-gnome (3 bugs: 0, 3, 0, 0)
action needed
5 security issues in forky high

There are 5 open security issues in forky.

5 important issues:
  • CVE-2026-35385: In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).
  • CVE-2026-35386: In OpenSSH before 10.3, command execution can occur via shell metacharacters in a username within a command line. This requires a scenario where the username on the command line is untrusted, and also requires a non-default configurations of % in ssh_config.
  • CVE-2026-35387: OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted to mean all ECDSA algorithms.
  • CVE-2026-35388: OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.
  • CVE-2026-35414: OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.
Created: 2026-03-13 Last update: 2026-04-12 19:31
8 security issues in bullseye high

There are 8 open security issues in bullseye.

6 important issues:
  • CVE-2026-3497: Vulnerability in the OpenSSH GSSAPI delta included in various Linux distributions. This vulnerability affects the GSSAPI patches added by various Linux distributions and does not affect the OpenSSH upstream project itself. The usage of sshpkt_disconnect() on an error, which does not terminate the process, allows an attacker to send an unexpected GSSAPI message type during the GSSAPI key exchange to the server, which will call the underlying function and continue the execution of the program without setting the related connection variables. As the variables are not initialized to NULL the code later accesses those uninitialized variables, accessing random memory, which could lead to undefined behavior. The recommended workaround is to use ssh_packet_disconnect() instead, which does terminate the process. The impact of the vulnerability depends heavily on the compiler flag hardening configuration.
  • CVE-2026-35385: In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).
  • CVE-2026-35386: In OpenSSH before 10.3, command execution can occur via shell metacharacters in a username within a command line. This requires a scenario where the username on the command line is untrusted, and also requires a non-default configurations of % in ssh_config.
  • CVE-2026-35387: OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted to mean all ECDSA algorithms.
  • CVE-2026-35388: OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.
  • CVE-2026-35414: OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.
2 issues postponed or untriaged:
  • CVE-2025-61984: (postponed; to be fixed through a stable update) ssh in OpenSSH before 10.1 allows control characters in usernames that originate from certain possibly untrusted sources, potentially leading to code execution when a ProxyCommand is used. The untrusted sources are the command line and %-sequence expansion of a configuration file. (A configuration file that provides a complete literal username is not categorized as an untrusted source.)
  • CVE-2025-61985: (postponed; to be fixed through a stable update) ssh in OpenSSH before 10.1 allows the '\0' character in an ssh:// URI, potentially leading to code execution when a ProxyCommand is used.
Created: 2026-03-13 Last update: 2026-04-12 19:31
debian/patches: 1 patch with invalid metadata, 8 patches to forward upstream high

Among the 26 debian patches available in version 1:10.2p1-6 of the package, we noticed the following issues:

  • 1 patch with invalid metadata that ought to be fixed.
  • 8 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-03-28 06:21
43 bugs tagged patch in the BTS normal
The BTS contains patches fixing 43 bugs (53 if counting merged bugs), consider including or untagging them.
Created: 2026-04-06 Last update: 2026-04-12 20:30
Depends on packages which need a new maintainer normal
The packages that openssh depends on which need a new maintainer are:
  • ssh-askpass (#993155)
    • Suggests: ssh-askpass ssh-askpass
Created: 2019-11-22 Last update: 2026-04-12 20:00
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-02-19 Last update: 2026-03-28 03:30
8 open merge requests in Salsa normal
There are 8 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-21 Last update: 2026-02-19 16:01
5 low-priority security issues in trixie low

There are 5 open security issues in trixie.

5 issues left for the package maintainer to handle:
  • CVE-2026-35385: (needs triaging) In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).
  • CVE-2026-35386: (needs triaging) In OpenSSH before 10.3, command execution can occur via shell metacharacters in a username within a command line. This requires a scenario where the username on the command line is untrusted, and also requires a non-default configurations of % in ssh_config.
  • CVE-2026-35387: (needs triaging) OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted to mean all ECDSA algorithms.
  • CVE-2026-35388: (needs triaging) OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.
  • CVE-2026-35414: (needs triaging) OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.

You can find information about how to handle these issues in the security team's documentation.

Created: 2025-10-06 Last update: 2026-04-12 19:31
5 low-priority security issues in bookworm low

There are 5 open security issues in bookworm.

5 issues left for the package maintainer to handle:
  • CVE-2026-35385: (needs triaging) In OpenSSH before 10.3, a file downloaded by scp may be installed setuid or setgid, an outcome contrary to some users' expectations, if the download is performed as root with -O (legacy scp protocol) and without -p (preserve mode).
  • CVE-2026-35386: (needs triaging) In OpenSSH before 10.3, command execution can occur via shell metacharacters in a username within a command line. This requires a scenario where the username on the command line is untrusted, and also requires a non-default configurations of % in ssh_config.
  • CVE-2026-35387: (needs triaging) OpenSSH before 10.3 can use unintended ECDSA algorithms. Listing of any ECDSA algorithm in PubkeyAcceptedAlgorithms or HostbasedAcceptedAlgorithms is misinterpreted to mean all ECDSA algorithms.
  • CVE-2026-35388: (needs triaging) OpenSSH before 10.3 omits connection multiplexing confirmation for proxy-mode multiplexing sessions.
  • CVE-2026-35414: (needs triaging) OpenSSH before 10.3 mishandles the authorized_keys principals option in uncommon scenarios involving a principals list in conjunction with a Certificate Authority that makes certain use of comma characters.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-03-13 Last update: 2026-04-12 19:31
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.6.2).
Created: 2024-04-07 Last update: 2026-04-12 19:33
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • excuses:
    • Migrates after: openssl
    • Migration status for openssh (1:10.2p1-6 to 1:10.3p1-1): BLOCKED: Maybe temporary, maybe blocked but Britney is missing information (check below)
    • Issues preventing migration:
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Autopkgtest deferred on riscv64: missing arch:riscv64 build
    • ∙ ∙ Autopkgtest for ansible/13.4.0+dfsg-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ansible-core/2.20.3-1: amd64: Test triggered, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ceph/18.2.8+ds-1: amd64: Pass, arm64: Pass, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for crmsh/5.0.0-3: amd64: Test triggered, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for cryptsetup/2:2.8.6-1: amd64: Test triggered (will not be considered a regression) ♻ (reference ♻), arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for cumin/5.1.1-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for curl/8.19.0-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for debvm/0.5.2: amd64: Pass, arm64: Test triggered, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for diffoscope/316: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for dropbear/2025.89-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for dulwich/1.1.0-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for fence-agents/4.17.0-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for freedombox/26.6: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for g10k/0.9.10-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for git-annex/10.20251029-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for gittuf/0.12.0-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for glome/0.3.0-4: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-github-appleboy-easyssh-proxy/1.5.0-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-github-containers-buildah/1.43.0+ds1-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-github-muesli-go-app-paths/0.2.1-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-go.crypto/1:0.47.0-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for goss/0.4.9-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for gvfs/1.60.0-1: amd64: Test triggered, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for jupyter-client/8.8.0-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for keychain/2.8.5-5: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for labgrid/25.0.1-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for lava/2026.02-3: amd64: Pass, arm64: Pass, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Test triggered (will not be considered a regression) ♻ (reference ♻), s390x: Test triggered
    • ∙ ∙ Autopkgtest for libcloud/3.8.0+repack-6: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libguestfs/1:1.58.1-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libnet-openssh-perl/0.84-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libnet-scp-perl/0.08-4: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libnet-sftp-foreign-perl/1.93+dfsg-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libnet-ssh-perl/0.09-5: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libnetapp-perl/500.002-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libpam-mount/2.22-3: amd64: Test triggered, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libssh/0.12.0-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for libssh2/1.11.1-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for medusa/2.3-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for meson/1.10.1-1: amd64: Pass, arm64: Test triggered, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for nbd/1:3.26.1-6.1: amd64: Test triggered, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for nova/2:33.0.0-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for octave-msh/1.0.12-2: amd64: Pass, arm64: Pass, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for openmpi/5.0.10-1: amd64: Pass, arm64: Pass, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for openssh/1:10.3p1-1: amd64: Pass, arm64: Test triggered, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ostree-push/1.2.0-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for oz/0.17.0-7: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for parallax/1.0.8-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for parsyncfp2/2.59+git20250602.e687b9f-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for piuparts/1.6.0: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for pkg-perl-tools/0.88: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for proftpd-dfsg/1.3.9~dfsg-4: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for proxytunnel/1.12.3-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for python-asyncssh/2.22.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for rancid/3.14-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for reform-tools/1.86-1: amd64: No tests, superficial or marked flaky ♻, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for remrun/0.2.4-3: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for rsync/3.4.1+ds1-7: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ruby-git/4.3.1-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for rust-openssh-mux-client/0.17.9-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for snapd/2.74.1-1: amd64: Test triggered (will not be considered a regression) ♻ (reference ♻), arm64: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ssh-agent-filter/0.5.3-2: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for ssh-tools/1.9-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for sssd/2.12.0-4: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for systemd/260.1-1: amd64: Pass, arm64: Test triggered, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for tinyssh/20260401-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for twisted/25.5.0-5: amd64: Pass, arm64: Test triggered, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Autopkgtest for vorta/0.11.2-1: amd64: Pass, arm64: Pass, i386: Test triggered, ppc64el: Test triggered, s390x: Test triggered
    • ∙ ∙ Lintian check waiting for test results - info
    • ∙ ∙ Too young, only 1 of 5 days old
    • ∙ ∙ Depends: openssh openssl (not considered)
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/o/openssh.html
    • ∙ ∙ Reproducibility check waiting for results on amd64
    • ∙ ∙ Reproducibility check waiting for results on arm64
    • ∙ ∙ Reproducibility check waiting for results on armhf
    • ∙ ∙ Reproducibility check waiting for results on i386
    • ∙ ∙ Reproducibility check waiting for results on ppc64el
    • Not considered
news
[rss feed]
  • [2026-04-12] Accepted openssh 1:10.3p1-1 (source) into unstable (Colin Watson)
  • [2026-04-09] Accepted openssh 1:10.2p1-6~bpo13+1 (source) into stable-backports (Colin Watson)
  • [2026-04-09] Accepted openssh 1:10.0p1-7+deb13u2 (source) into stable-security (Debian FTP Masters) (signed by: Colin Watson)
  • [2026-04-09] Accepted openssh 1:9.2p1-2+deb12u9 (source) into oldstable-security (Debian FTP Masters) (signed by: Colin Watson)
  • [2026-04-03] openssh 1:10.2p1-6 MIGRATED to testing (Debian testing watch)
  • [2026-03-27] Accepted openssh 1:10.2p1-6 (source) into unstable (Colin Watson)
  • [2026-02-28] Accepted openssh 1:9.2p1-2+deb12u8 (source) into oldstable-proposed-updates (Debian FTP Masters)
  • [2026-02-27] Accepted openssh 1:10.0p1-7+deb13u1 (source) into proposed-updates (Debian FTP Masters)
  • [2026-02-22] openssh 1:10.2p1-5 MIGRATED to testing (Debian testing watch)
  • [2026-02-19] Accepted openssh 1:10.2p1-5 (source) into unstable (Colin Watson)
  • [2026-02-18] Accepted openssh 1:10.2p1-4 (source) into unstable (Colin Watson)
  • [2025-12-06] openssh 1:10.2p1-3 MIGRATED to testing (Debian testing watch)
  • [2025-12-02] Accepted openssh 1:10.2p1-3 (source) into unstable (Colin Watson)
  • [2025-10-26] Accepted openssh 1:10.2p1-2~bpo13+1 (all amd64 source) into stable-backports (Debian FTP Masters) (signed by: Colin Watson)
  • [2025-10-22] openssh 1:10.2p1-2 MIGRATED to testing (Debian testing watch)
  • [2025-10-17] Accepted openssh 1:10.2p1-2 (source) into unstable (Colin Watson)
  • [2025-10-10] Accepted openssh 1:10.2p1-1 (source) into unstable (Colin Watson)
  • [2025-10-09] Accepted openssh 1:10.1p1-2 (source) into unstable (Colin Watson)
  • [2025-10-07] Accepted openssh 1:10.1p1-1 (source) into unstable (Colin Watson)
  • [2025-08-25] openssh 1:10.0p1-8 MIGRATED to testing (Debian testing watch)
  • [2025-08-10] Accepted openssh 1:10.0p1-8 (source) into unstable (Colin Watson)
  • [2025-08-05] openssh 1:10.0p1-7 MIGRATED to testing (Debian testing watch)
  • [2025-08-04] Accepted openssh 1:10.0p1-7~bpo12+1 (source) into stable-backports (Colin Watson)
  • [2025-08-02] openssh 1:10.0p1-6 MIGRATED to testing (Debian testing watch)
  • [2025-08-01] Accepted openssh 1:10.0p1-7 (source) into unstable (Colin Watson)
  • [2025-07-28] Accepted openssh 1:9.2p1-2+deb12u7 (source) into proposed-updates (Debian FTP Masters)
  • [2025-07-28] Accepted openssh 1:10.0p1-6 (source) into unstable (Colin Watson)
  • [2025-05-19] Accepted openssh 1:10.0p1-5~bpo12+2 (all amd64 source) into stable-backports (Debian FTP Masters) (signed by: Colin Watson)
  • [2025-05-15] openssh 1:10.0p1-5 MIGRATED to testing (Debian testing watch)
  • [2025-05-09] Accepted openssh 1:10.0p1-5 (source) into unstable (Colin Watson)
  • 1
  • 2
bugs [bug history graph]
  • all: 645 691
  • RC: 0
  • I&N: 421 440
  • M&W: 223 250
  • F&P: 1
  • patch: 43 53
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (100, -)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:10.2p1-2ubuntu3
  • 159 bugs (9 patches)
  • patches for 1:10.2p1-2ubuntu3

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing