File: control

package info (click to toggle)
libnet-ssh-authorizedkeysfile-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: perl: 596; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 993 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
Source: libnet-ssh-authorizedkeysfile-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Team <pkg-perl-team@alioth-lists.debian.net>
Uploaders: Wouter Verhelst <wouter@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: liblog-log4perl-perl (>= 1),
 perl
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Net-SSH-AuthorizedKeysFile
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ssh-authorizedkeysfile-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ssh-authorizedkeysfile-perl

Package: libnet-ssh-authorizedkeysfile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblog-log4perl-perl (>= 1)
Description: Read and modify ssh's authorized_keys files
 Net::SSH::AuthorizedKeysFile reads and modifies authorized_keys files.
 authorized_keys files contain public keys and meta information to be used by
 ssh on the remote host to let users in without having to type their password.