parent
f945b13d27
commit
b87d66bf0c
|
@ -11,7 +11,8 @@ RUN apt-get install -y openssh-server
|
||||||
|
|
||||||
RUN ssh-keygen -t rsa -b 4096 -N "" -f /root/.ssh/id_rsa
|
RUN ssh-keygen -t rsa -b 4096 -N "" -f /root/.ssh/id_rsa
|
||||||
|
|
||||||
CMD /bin/bash && ssh \
|
RUN /bin/bash
|
||||||
|
CMD ssh \
|
||||||
-C \
|
-C \
|
||||||
-f \
|
-f \
|
||||||
-N \
|
-N \
|
||||||
|
|
Loading…
Reference in New Issue