linuxserver/openssh-server.

23,615,761 136 amd64 arm64 unknown unknown

Build Information

General build information for this image

Docker Hub linuxserver/openssh-server
Build Time 18 Feb 2025 21:29:19
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 18 Feb 2025 at 21:29:15

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:latest
    container_name: openssh-server
    restart: no

CLI

docker create \
  --name=openssh-server \  --restart no \
  linuxserver/openssh-server:latest