diff options
Diffstat (limited to 'examples/source-router/sshd-6/run')
| -rwxr-xr-x | examples/source-router/sshd-6/run | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/source-router/sshd-6/run b/examples/source-router/sshd-6/run new file mode 100755 index 0000000..ca315c0 --- /dev/null +++ b/examples/source-router/sshd-6/run @@ -0,0 +1,9 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envdir /etc/env-network +importas -uSi ETH0_IP6 +emptyenv -p +fdmove 1 3 +s6-tcpserver -v -1 -- ${ETH0_IP6} 22 +s6-tcpserver-access -v2 -l0 -t 5000 -x /etc/tcprules/sshd.cdb -- +tinysshd -v /etc/tinyssh/keys |
