Dev
1 unresolved thread
1 unresolved thread
Lots of teeny tiny commits. Please just look at the changes rather than the indivial commits.
Overall it tightens the logic on getting the control master socket open and uses ServerAlive options to avoid anythign being squashed by firewalls.
I'm not sure if this will produce stability improvements on those issues I can't reproduce reliably
Merge request reports
Activity
Filter activity
1 1 FROM ubuntu 2 2 WORKDIR /opt/strudel2/src 3 3 COPY . /opt/strudel2/src 4 RUN apt update 5 RUN apt install -y python3 gcc python3-pip 6 RUN apt install -y openssh-client 7 RUN pip3 install -r requirements.txt 8 RUN python3 ./setup.py install 4 RUN apt update && apt install -y python3 gcc python3-pip openssh-client mentioned in commit d5a7c624
Please register or sign in to reply