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