Sign inSign up

einmalpizzafunghibitte/sshd-reverseproxy-client

By einmalpizzafunghibitte

Updated over 1 year ago

A sshd reverse proxy client that allows exposing a service on an edge device on a server

Image
0

977

einmalpizzafunghibitte/sshd-reverseproxy-client repository overview

version: "3.3"

services:
  httptest:
    image: httpd:2.4
    expose:
      - 80
    ports:
      - "8080:80"
  proxyclient:
    image: einmalpizzafunghibitte/sshd-reverseproxy-client:latest

    volumes:
      - ./proxyclientprivate.key:/root/private.key:ro
      - ./known_hosts:/root/.ssh/known_hosts:ro

    tty: true
    environment:
      - ADDRESS_TO_PROXY=httptest:80
      - REMOTE_SSH_PORT=2222
      - REMOTE_PROXY_ADDRESS=1.2.3.4

Tag summary

Content type

Image

Digest

sha256:d0063ccd7

Size

103 MB

Last updated

over 1 year ago

docker pull einmalpizzafunghibitte/sshd-reverseproxy-client