Skip to content

cubyn/docker-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker SSHD

To run it with docker-compose

version: "3"

services:
  service-ssh:
    build:
      context: ../service-ssh
    environment:
      AUTHORIZED_KEYS: 'ssh-rsa xxXxxxxxxxXXXXXxxXXXxXXXXXXxxXXx'
    restart: on-failure
    ports:
      - 'XX:22'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages