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: sshesame
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-crypto-dev,
golang-logrus-dev,
golang-github-prometheus-client-golang-dev,
golang-gopkg-yaml.v2-dev,
golang-github-adrg-xdg-dev
Standards-Version: 4.6.0
Homepage: https://github.com/jaksi/sshesame
Vcs-Browser: https://salsa.debian.org/go-team/packages/sshesame
Vcs-Git: https://salsa.debian.org/go-team/packages/sshesame.git
XS-Go-Import-Path: github.com/jaksi/sshesame
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: sshesame
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: fake SSH server
This package contains a fake SSH server that lets everyone in and logs
their activity.
.
Details sshesame accepts and logs
* every password authentication request,
* every SSH channel open request and
* every SSH request
.
without actually executing anything on the host.
.
Warning: This software, just like any other, might contain bugs. Given
the popular nature of SSH, you probably shouldn't run it unsupervised as
root on a production server on port 22. Use common sense.
|