mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
5 lines
100 B
Bash
5 lines
100 B
Bash
![]() |
#! /bin/bash
|
||
|
|
||
|
/etc/init.d/ssh start
|
||
|
ssh -t -t -D 0.0.0.0:7001 -o StrictHostKeyChecking=no localhost
|