Sign inSign up

eyjhb/rssh

By eyjhb

Updated almost 8 years ago

Simple openssh-server that integrates with rssh, using a simple user rssh with public keys.

Image
0

1.2K

eyjhb/rssh repository overview

RSSH

Simple container for RSSH.

  rssh:
    container_name: rssh
    image: eyjhb/rssh:2.3.4
    restart: always
    volumes:
      - /media/backup:/media/backup
      - ${USERDIR}/docker/rssh/config:/config
    ports:
      - 22:22
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}

Tag summary

Content type

Image

Digest

Size

10.3 MB

Last updated

almost 8 years ago

docker pull eyjhb/rssh