How to Install and Uninstall tinyssh Package on openSUSE Leap

Last updated: July 03,2024

1. Install "tinyssh" package

In this section, we are going to explain the necessary steps to install tinyssh on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tinyssh

2. Uninstall "tinyssh" package

This guide covers the steps necessary to uninstall tinyssh on openSUSE Leap:

$ sudo zypper remove tinyssh

3. Information about the tinyssh package on openSUSE Leap

Information for package tinyssh:
--------------------------------
Repository : Update repository of openSUSE Backports
Name : tinyssh
Version : 20240101-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 159.7 KiB
Installed : No
Status : not installed
Source package : tinyssh-20240101-bp155.2.3.1.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.)