linuxserver/openssh-server.

21,645,056 125 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/openssh-server
Build Time 03 May 2024 18:58:47
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 9.6_p1-r0-ls155 03 May 2024 at 18:58:46

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:9.6_p1-r0-ls155
    container_name: openssh-server
    restart: no

CLI

docker create \
  --name=openssh-server \  --restart no \
  linuxserver/openssh-server:9.6_p1-r0-ls155