File: control

package info (click to toggle)
ssh-tools 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,328 kB
  • sloc: sh: 1,403; perl: 785; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,566 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
Source: ssh-tools
Section: utils
Priority: optional
Maintainer: Sven Wick <sven.wick@gmx.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev,
               golang-k8s-sigs-yaml-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://codeberg.org/vaporup/ssh-tools
Vcs-Browser: https://salsa.debian.org/debian/ssh-tools
Vcs-Git: https://salsa.debian.org/debian/ssh-tools.git
XS-Go-Import-Path: codeberg.org/vaporup/ssh-tools

Package: ssh-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, openssh-client
Recommends: colordiff
Suggests: perl-doc
Multi-Arch: foreign
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: collection of various tools using ssh
 the following tools are included
 .
  * ssh-ping: check if host is reachable using ssh_config
  * ssh-version: shows version of the SSH server you are connecting to
  * ssh-diff: diff a file over SSH
  * ssh-facts: get some facts about the remote system
  * ssh-hostkeys: prints server host keys in several formats
  * ssh-keyinfo: prints keys in several formats
  * ssh-certinfo: shows validity and information of SSH certificates
  * ssh-force-password: enforces password authentication
  * ssh-pwd: quickly echo path to use for scp, rsync
  * ssh-last: like last but for SSH sessions
  * ssh-authorized-keys: info from authorized_keys files from every user
  * ssh-sig: make ssh-keygen -Y simpler