File: control

package info (click to toggle)
ssh-import-id 5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 32
  • sloc: python: 261; sh: 10; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,030 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
Source: ssh-import-id
Section: misc
Priority: extra
Maintainer: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-all (>= 2.6),
               python3-requests (>= 1.1.0),
               python3-setuptools
Standards-Version: 3.9.8
Homepage: http://launchpad.net/ssh-import-id
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/ssh-import-id.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ssh-import-id.git

Package: ssh-import-id
Architecture: all
Depends: ca-certificates,
         openssh-client,
         python3-requests (>= 1.1.0),
         wget,
         ${misc:Depends},
         ${python3:Depends}
Recommends: openssh-server
Description: securely retrieve an SSH public key and install it locally
 This utility will securely contact a public keyserver (Launchpad.net by
 default, but Github.com is also supported), retrieve one or more user's
 public keys, and append these to the current user's ~/.ssh/authorized_keys
 file.