VPN-Proxy

socksify (ssh)

Published 2026-06-16 23:28:35 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/vpn-proxy/socksify:ssh
sha256:c97e856208994ff69290ab30ea3d2a1765d792ce17e5625cf228cb8722c448d1

Images

Digest OS / Arch Size
307e43bc00 linux/amd64 20 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=socksify description=SSH dynamic forward → SOCKS5 (socksify-ssh)
RUN /bin/sh -c apk add --no-cache bash ca-certificates gost netcat-openbsd openssh-client sshpass tini # buildkit
RUN /bin/sh -c mkdir -p /config # buildkit
COPY assets/start-ssh.sh /usr/local/bin/start-ssh.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/start-ssh.sh # buildkit
EXPOSE [1080/tcp]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/usr/local/bin/start-ssh.sh"]
HEALTHCHECK &{["CMD-SHELL" "nc -z 127.0.0.1 1080 || exit 1"] "30s" "10s" "1m30s" "0s" '\x03'}

Labels

Key Value
description SSH dynamic forward → SOCKS5 (socksify-ssh)
maintainer socksify
Details
Container
2026-06-16 23:28:35 +03:00
0
OCI / Docker
Versions (13) View all
edge 2026-06-16
ssh 2026-06-16
vless 2026-06-16
shadowsocks 2026-06-16
trojan 2026-06-16