From 78061566b96cbf6984045a1be5dfdc3e5b4a5a96 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 24 Mar 2020 19:44:45 -0400 Subject: [PATCH] add ssh-tunnel to list --- mod-list.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod-list.yml b/mod-list.yml index 9f55543c..2fde91b5 100644 --- a/mod-list.yml +++ b/mod-list.yml @@ -7,8 +7,9 @@ mods: - python2: https://github.com/linuxserver/docker-mods/tree/code-server-python2 - python3: https://github.com/linuxserver/docker-mods/tree/code-server-python3 openssh-server: - mod_count: 3 + mod_count: 4 container_mods: - git: https://github.com/linuxserver/docker-mods/tree/openssh-server-git - rsync: https://github.com/linuxserver/docker-mods/tree/openssh-server-rsync - openssh-client: https://github.com/linuxserver/docker-mods/tree/openssh-server-openssh-client + - ssh-tunnel: https://github.com/linuxserver/docker-mods/tree/openssh-server-ssh-tunnel