f100024/sshgut

By f100024

Updated 29 days ago

Yet another SSH tunneling tool

Image
Networking
0

2.4K

f100024/sshgut repository overview

Github repository sshgut

Add configuration file to the container.

$ docker run -it \
-v ${PWD}/config.yaml:/app/config.yaml \
-v ./ssh-key:/app/ssh-key \
-p 127.0.0.1:8080:8080 f100024/sshgut:latest

docker-compose.yaml

---
version: '2'
services:
  sshgut:
    image: f100024/sshgut:latest
    ports:
      - 127.0.0.1:8080:8080
    volumes:
      - ./config.yaml:/app/config.yaml
      - ./ssh-key:/app/ssh-key 

Tag summary

Content type

Image

Digest

sha256:5227c0806

Size

5.5 MB

Last updated

29 days ago

docker pull f100024/sshgut