parent
20cbb922c6
commit
82b72e6fe6
|
@ -9,6 +9,8 @@ RUN apt-get install -y net-tools
|
|||
RUN apt-get install -y iputils-ping
|
||||
RUN apt-get install -y openssh-server
|
||||
|
||||
RUN ssh-keygen -t rsa -b 4096 -N "" -f /root/.ssh/id_rsa
|
||||
|
||||
CMD ssh \
|
||||
-C \
|
||||
-f \
|
||||
|
|
Loading…
Reference in New Issue