How to Install and Uninstall openssh-server Package on openSUSE Leap

Last updated: April 29,2024

1. Install "openssh-server" package

Please follow the guidelines below to install openssh-server on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install openssh-server

2. Uninstall "openssh-server" package

This is a short guide on how to uninstall openssh-server on openSUSE Leap:

$ sudo zypper remove openssh-server

3. Information about the openssh-server package on openSUSE Leap

Information for package openssh-server:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : openssh-server
Version : 8.4p1-150300.3.30.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : openssh-8.4p1-150300.3.30.1.src
Upstream URL : https://www.openssh.com/
Summary : SSH (Secure Shell) server
Description :
SSH (Secure Shell) is a program for logging into and executing commands
on a remote machine. It replaces rsh (rlogin and rsh) and
provides secure encrypted communication between two untrusted
hosts over an insecure network.
xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can
also be forwarded over the secure channel.
This package contains the Secure Shell daemon, which allows clients to
securely connect to your server.