parent
bc15b415fb
commit
044ca77535
|
@ -7,9 +7,9 @@ RUN apt-get update
|
|||
RUN apt-get install -y vim
|
||||
RUN apt-get install -y net-tools
|
||||
RUN apt-get install -y iputils-ping
|
||||
RUN apt-get install -y openssh-server
|
||||
|
||||
CMD rm -rf /root/.ssh && mkdir /root/.ssh && cp -R /root/ssh/* /root/.ssh/ && chmod -R 600 /root/.ssh/* && \
|
||||
ssh \
|
||||
CMD ssh \
|
||||
-C \
|
||||
-f \
|
||||
-N \
|
||||
|
|
Loading…
Reference in New Issue