diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/debian/control b/debian/control index f71033f18..98ee0189a 100644 --- a/debian/control +++ b/debian/control | |||
@@ -35,10 +35,11 @@ Depends: adduser (>= 3.10), | |||
35 | passwd, | 35 | passwd, |
36 | ${misc:Depends}, | 36 | ${misc:Depends}, |
37 | ${shlibs:Depends}, | 37 | ${shlibs:Depends}, |
38 | Recommends: openssh-sk-helper, | 38 | Recommends: xauth, |
39 | xauth, | ||
40 | Conflicts: sftp, | 39 | Conflicts: sftp, |
41 | Replaces: ssh, | 40 | Breaks: openssh-sk-helper |
41 | Replaces: openssh-sk-helper, | ||
42 | ssh, | ||
42 | ssh-krb5, | 43 | ssh-krb5, |
43 | Suggests: keychain, | 44 | Suggests: keychain, |
44 | libpam-ssh, | 45 | libpam-ssh, |
@@ -159,23 +160,12 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote | |||
159 | Newer versions of the draft will not be supported, though some features | 160 | Newer versions of the draft will not be supported, though some features |
160 | are individually implemented as extensions. | 161 | are individually implemented as extensions. |
161 | 162 | ||
162 | Package: openssh-sk-helper | ||
163 | Priority: optional | ||
164 | Architecture: any | ||
165 | Depends: ${misc:Depends}, | ||
166 | ${shlibs:Depends} | ||
167 | Multi-Arch: foreign | ||
168 | Description: OpenSSH helper for FIDO authenticator support | ||
169 | This package provides ssh-sk-helper, which is used by ssh-agent to access | ||
170 | SSH keys provided by a FIDO authenticator for second-factor authentication. | ||
171 | |||
172 | Package: openssh-tests | 163 | Package: openssh-tests |
173 | Priority: optional | 164 | Priority: optional |
174 | Architecture: any | 165 | Architecture: any |
175 | Depends: openssh-client (= ${binary:Version}), | 166 | Depends: openssh-client (= ${binary:Version}), |
176 | openssh-server (= ${binary:Version}), | 167 | openssh-server (= ${binary:Version}), |
177 | openssh-sftp-server (= ${binary:Version}), | 168 | openssh-sftp-server (= ${binary:Version}), |
178 | openssh-sk-helper (= ${binary:Version}), | ||
179 | openssl, | 169 | openssl, |
180 | putty-tools (>= 0.67-2), | 170 | putty-tools (>= 0.67-2), |
181 | python3-twisted, | 171 | python3-twisted, |