File: control

package info (click to toggle)
opkssh 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,416 kB
  • sloc: sh: 2,062; makefile: 11
file content (82 lines) | stat: -rw-r--r-- 3,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: opkssh
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-docker-go-connections-dev,
 golang-github-jeremija-gosubmit-dev,
 golang-github-kballard-go-shellquote-dev,
 golang-github-lestrrat-go-jwx-dev (>= 3.0.0),
 golang-github-openpubkey-openpubkey-dev (>= 0.22.0),
 golang-github-spf13-afero-dev,
 golang-github-spf13-cobra-dev,
 golang-github-stretchr-testify-dev,
 golang-github-thediveo-enumflag-dev,
 golang-github-zitadel-oidc-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-exp-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/opkssh
Vcs-Git: https://salsa.debian.org/go-team/packages/opkssh.git
Homepage: https://github.com/openpubkey/opkssh
XS-Go-Import-Path: github.com/openpubkey/opkssh

Package: opkssh
Section: net
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${misc:Built-Using},
Static-Built-Using:
 ${misc:Static-Built-Using},
Description: OpenPubkey SSH tools for OpenID SSH logins (program)
 opkssh (OpenPubkey SSH) is a tool which enables ssh to be used with
 OpenID Connect allowing SSH access management via identities like
 alice@example.com instead of long-lived SSH keys. It does not replace
 ssh, but rather generates ssh public keys that contain PK Tokens and
 configures sshd to verify the PK Token in the ssh public key. These
 PK Tokens contain standard OpenID Connect ID Tokens. This protocol
 builds on the OpenPubkey
 (https://github.com/openpubkey/openpubkey/blob/main/README.md) which
 adds user public keys to OpenID Connect without breaking
 compatibility with existing OpenID Provider.
 .
 This package contains the command-line tool 'opkssh'.

Package: golang-github-openpubkey-opkssh-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-docker-go-connections-dev,
 golang-github-jeremija-gosubmit-dev,
 golang-github-kballard-go-shellquote-dev,
 golang-github-lestrrat-go-jwx-dev (>= 3.0.0),
 golang-github-openpubkey-openpubkey-dev (>= 0.22.0),
 golang-github-spf13-afero-dev,
 golang-github-spf13-cobra-dev,
 golang-github-stretchr-testify-dev,
 golang-github-thediveo-enumflag-dev,
 golang-github-zitadel-oidc-dev,
 golang-golang-x-crypto-dev,
 golang-golang-x-exp-dev,
 ${misc:Depends},
Description: OpenPubkey SSH tools for OpenID SSH logins (library)
 opkssh (OpenPubkey SSH) is a tool which enables ssh to be used with
 OpenID Connect allowing SSH access management via identities like
 alice@example.com instead of long-lived SSH keys. It does not replace
 ssh, but rather generates ssh public keys that contain PK Tokens and
 configures sshd to verify the PK Token in the ssh public key. These
 PK Tokens contain standard OpenID Connect ID Tokens. This protocol
 builds on the OpenPubkey
 (https://github.com/openpubkey/openpubkey/blob/main/README.md) which
 adds user public keys to OpenID Connect without breaking
 compatibility with existing OpenID Provider.
 .
 This package contains the Go development library.