github.com/argoproj/argo-cd/v3@v3.2.1/test/fixture/testrepos/Procfile (about)

     1  # To prevent regression of https://github.com/argoproj/argo-cd/pull/6253, we
     2  # start sshd with -o KexAlgorithms=diffie-hellman-group-exchange-sha256
     3  sshd: mkdir -p /var/run/sshd && mkdir -p ~/.ssh && cat ./test/fixture/testrepos/id_rsa.pub > ~/.ssh/authorized_keys && /usr/sbin/sshd -p 2222 -D -e -o KexAlgorithms=diffie-hellman-group-exchange-sha256
     4  fcgiwrap: fcgiwrap -s unix:/var/run/fcgiwrap.socket & sleep 1 && chmod 777 /var/run/fcgiwrap.socket && wait
     5  nginx: nginx -prefix=$(pwd) -g 'daemon off;' -c $(pwd)/test/fixture/testrepos/nginx.conf