linuxserver/openssh-server.

17,759,206 104 amd64 arm64 arm

Build Information

General build information for this image

Docker Hub linuxserver/openssh-server
Build Time 05 Mar 2023 16:10:22
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-9.1_p1-r2 05 Mar 2023 at 16:10:22

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  openssh-server:
    image: linuxserver/openssh-server:version-9.1_p1-r2
    container_name: openssh-server
    restart: no

CLI

docker create \
  --name=openssh-server \  --restart no \
  linuxserver/openssh-server:version-9.1_p1-r2