How to Install and Uninstall tinyssh Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "tinyssh" package

This guide let you learn how to install tinyssh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tinyssh

2. Uninstall "tinyssh" package

This guide covers the steps necessary to uninstall tinyssh on openSuSE Tumbleweed:

$ sudo zypper remove tinyssh

3. Information about the tinyssh package on openSuSE Tumbleweed

Information for package tinyssh:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tinyssh
Version : 20240101-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 139.4 KiB
Installed : No
Status : not installed
Source package : tinyssh-20240101-1.2.src
Upstream URL : https://tinyssh.org/
Summary : A minimalistic SSH server which implements only a subset of SSHv2 features
Description :
tinyssh is a minimalistic SSH server which implements only a subset of SSHv2
features. It supports only secure cryptography (minimum 128-bit security,
protected against cache-timing attacks) and doesn't implement unnecessary
features (such as SSH1 protocol, compression, ...) or older crypto (such as
RSA, DSA, HMAC-MD5, HMAC-SHA1, 3DES, RC4, ...). tinysshd doesn't implement
unsafe features (such as password or hostbased authentication) or doesn't
use dynamic memory allocation (no allocation failures, etc.)