tinyssh 20240101-2 source package in Ubuntu

Changelog

tinyssh (20240101-2) unstable; urgency=medium

  [ Chris Hofstaedtler ]
  * Install systemd units into /usr, update hard-coded paths. (Closes: #1060081)

  [ Jan Mojžíš ]
  * d/copyright: use link to the CC0 file
  * d/copyright: bump my copyright year

 -- Jan Mojžíš <email address hidden>  Mon, 08 Jan 2024 09:56:58 +0100

Upload details

Uploaded by:
Jan Mojžíš
Uploaded to:
Sid
Original maintainer:
Jan Mojžíš
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
tinyssh_20240101-2.dsc 2.2 KiB 960be7eb91d3efbf909e56cdd438c841db0ba3f87d07c256a1f8202c60665c75
tinyssh_20240101.orig.tar.gz 244.0 KiB d2cd49d0e5e8bdb808d86f07f946a0cfbf2dc9a449a4b8243a82be267d852b62
tinyssh_20240101.orig.tar.gz.asc 833 bytes 25be95a6f9e20f44b6ded46d12f5919b3b6d30e2b8b322c0159401d8dfa38629
tinyssh_20240101-2.debian.tar.xz 13.6 KiB e19eeb9752c91525c494e7d4921c8bcdcd18c05f85f007aa877577ebf9d26613

Available diffs

No changes file available.

Binary packages built by this source

tinysshd: Tiny SSH server - daemon

 TinySSH is a minimalistic SSH server which implements only a subset of
 SSHv2 features.
 TinySSH supports only secure cryptography (minimum 128-bit security, protected
 against cache-timing attacks) ED25519, Curve25519(X25519), CHACHA20POLY1305.
 TinySSH implements only safe public-key authentication,
 password or hostbased authentication is not implemented.
 TinySSH has less than 100000 words of code, so it's very easily auditable.

tinysshd-dbgsym: debug symbols for tinysshd