Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.15 KB

ubuntu-sshd-ffmpeg

Dockerized FFMpeg service with ssh direct access for remote FFMpeg commands

Image tags

  • sshd-ubuntu-ffmpeg:16.04 (xenial)
  • sshd-ubuntu-ffmpeg:latest:18.04 (bionic)
  • sshd-ubuntu-ffmpeg:latest (xenial)

Installed packages

Base:

Forked image from: rastasheep/ubuntu-sshd:

Image specific:

Config:

  • PermitRootLogin no
  • UsePAM no
  • exposed port 22
  • default command: /usr/sbin/sshd -D
  • Passwords are not defined

Run example

$ sudo docker run -d -p portyouwant:22/tcp --name containername tuxnvape/tuxnvape/sshd-ubuntu-ffmpeg:latest
$ sudo docker exec -ti peerenc-mod passwd peerenc
$ sudo docker exec -ti peerenc-mod passwd root

$ ssh root@localhost -p 49154
root@test_sshd $

USER PREIMPLEMENT
$ ssh peerenc@localhost -p 49154
peerenc@test_sshd $