File: PKG-INFO

package info (click to toggle)
authprogs 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 1,031; makefile: 15
file content (42 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (4)
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
Metadata-Version: 1.2
Name: authprogs
Version: 0.7.5
Summary: SSH Command Authenticator
Home-page: http://github.com/daethnir/authprogs
Author: Bri Hatch
Author-email: bri@ifokr.org
Maintainer: Bri Hatch
Maintainer-email: bri@ifokr.org
License: GPLv2
Description: 
        Authprogs
        ---------
        
        `authprogs` is an SSH command authenticator. It is invoked on
        an ssh server and decides if the command requested by the
        ssh client should be run or rejected based on logic in the `authprogs`
        configuration file.
        
        Passwordless SSH using ssh identities or pubkeys can enable all
        sorts of wonderful automation, for example running unattended
        batch jobs, slurping down backups, or pushing out code.
        Unfortunately a key, once trusted, is allowed by default to run
        anything on that system, not just the small set of commands you
        actually need. If the key is compromised, you are at risk of a
        security breach. This could be catastrophic, for example if the
        access is to the root account.
        
        Authprogs is run on the SSH server and compares the requested
        command against the `authprogs` configuration file/files. This
        enables `authprogs` to make intelligent decisions based on things
        such as the command itself, the SSH key that was used, the
        client IP, and such.
        
        `authprogs` is enabled by using the `command=` option in the
        `authorized_keys` file.
        
        For usage see the full authprogs man page in the doc directory.
        
        
Keywords: authprogs ssh pubkey identity authorized_keys security
Platform: UNKNOWN