File tree Expand file tree Collapse file tree
modules/ssh/weak_password Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN sed -i 's/#Port 22/Port 22/g' /etc/ssh/sshd_config
1515RUN sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/ssh/sshd_config
1616
1717# run ssh-keygen non-interactive
18- RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && service ssh restart
18+ RUN ssh-keygen -k -f id_rsa -t rsa -N '' -f /root/.ssh/id_rsa >/dev/null && ssh-keygen -A && service ssh restart
1919
2020# start the service + wait for container
2121ENTRYPOINT service ssh restart && tail
Original file line number Diff line number Diff line change 1- pytest == 6.2.3
1+ pytest == 6.2.4
22codecov == 2.1.11
33requests == 2.25.1
4- flake8 == 3.9.1
4+ flake8 == 3.9.2
55wheel == 0.36.2
66requests == 2.25.1
Original file line number Diff line number Diff line change 1- setuptools == 56.0 .0
2- pymongo == 3.11.3
1+ setuptools == 56.2 .0
2+ pymongo == 3.11.4
33netaddr == 0.8.0
4- flask == 1.1.2
4+ flask == 2.0.0
55terminable_thread == 0.7.1
6- watchdog == 2.0.2
6+ watchdog == 2.1.1
77pyshark == 0.4.3
88oschmod == 0.3.12
99argparse == 1.4.0
You can’t perform that action at this time.
0 commit comments