Package Details - openssh-server

Metadata
Version
1:10.0p1-5ubuntu5.4
Architecture
amd64
Section
net
Priority
optional
Source
openssh
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://www.openssh.com/
Description

secure shell (SSH) server, for secure access from remote machines

Relations
Depends
libpam-modules libpam-runtime lsb-base openssh-client (= 1:10.0p1-5ubuntu5.4) openssh-sftp-server procps ucf debconf (>= 0.5) | debconf-2.0 systemd | systemd-standalone-sysusers | systemd-sysusers libaudit1 (>= 1:2.2.1) libc6 (>= 2.42) libcom-err2 (>= 1.43.9) libcrypt1 (>= 1:4.1.0) libgssapi-krb5-2 (>= 1.17) libkrb5-3 (>= 1.13~alpha1+dfsg) libpam0g (>= 0.99.7.1) libselinux1 (>= 3.1~) libssl3t64 (>= 3.0.0) libwrap0 (>= 7.6-4~) zlib1g (>= 1:1.1.4)
Recommends
default-logind | logind | libpam-systemd ncurses-term xauth ssh-import-id
Suggests
molly-guard monkeysphere ssh-askpass ufw
Conflicts
sftp ssh-socks ssh2
Replaces
Provides
ssh-server
Reverse Dependencies
Loading…
How to Install

Step 1: Add this APT server

Option A: Using APKG CLI (recommended):

sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/4

Don't have apkg? See how to install APKG CLI.

Option B: Manual bash setup:

sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update

Step 2: Install the package

sudo apt install openssh-server
Status & Files

Storage State: Physical (Cached)

Download Size: 604 KB

Installed Size: 2828 B

Component: main

Multi-Arch: foreign


Hashes
SHA256: 10e855661335d22be0b4becaddc9da5c10e084446d03cb02bd18735ee3db802b SHA1: 94f679a8a5bd1390ba237d8249439c270b55561b MD5: 01d4078fc0c0b27bc4a2ae76e091b8cf
What is a Package?

A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.

How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.