File: control

package info (click to toggle)
sshcommand 0~20160110.1~2795f65-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 17
  • sloc: sh: 188; makefile: 53
file content (29 lines) | stat: -rw-r--r-- 780 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
Source: sshcommand
Section: admin
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
 debhelper (>= 9~)
Build-Depends-Indep:
 git,
 shellcheck
Standards-Version: 3.9.6
Homepage: https://github.com/dokku/sshcommand
Vcs-Git: git://anonscm.debian.org/collab-maint/sshcommand.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sshcommand.git

Package: sshcommand
Architecture: all
Depends:
 openssh-server | ssh-server,
 ${misc:Depends}
Description: turn SSH into a thin client specifically for your command
 Simplifies running a single command over SSH, and manages
 authorized keys (ACL) and users in order to do so.
 .
 It basically simplifies running:
 .
   ssh user@server 'ls -l <your-args>'
 into:
 .
   ssh ls@server <your-args>