remove weird extra string - not sure how that got there
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Dovi Cowan 2023-02-21 02:02:35 +00:00
parent 9ca3b2daea
commit 33626bc4e2
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -34,7 +34,7 @@ steps:
- echo -e "Host jump\n Hostname $JUMP_HOST\n User $JUMP_USER\n IdentityFile ~/.ssh/id_rsa\n StrictHostKeyChecking no" > ~/.ssh/config - echo -e "Host jump\n Hostname $JUMP_HOST\n User $JUMP_USER\n IdentityFile ~/.ssh/id_rsa\n StrictHostKeyChecking no" > ~/.ssh/config
- echo -e "Host dokku\n Hostname $DOKKU_HOST\n User $DOKKU_USER\n IdentityFile ~/.ssh/id_rsa\n ProxyCommand ssh -o 'StrictHostKeyChecking no' jump nc %h %p" >> ~/.ssh/config - echo -e "Host dokku\n Hostname $DOKKU_HOST\n User $DOKKU_USER\n IdentityFile ~/.ssh/id_rsa\n ProxyCommand ssh -o 'StrictHostKeyChecking no' jump nc %h %p" >> ~/.ssh/config
- chmod 400 ~/.ssh/config - chmod 400 ~/.ssh/config
- echo -e "Host *\n StrictHostKeyCheAlso note the environment section cannot expand environment variables or evaluate shell expressions. If you need to construct variables it should be done in the commands section.cking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config.jump - echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config.jump
- echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config.dokku - echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config.dokku
- chmod 400 ~/.ssh/config.jump - chmod 400 ~/.ssh/config.jump
- chmod 400 ~/.ssh/config.dokku - chmod 400 ~/.ssh/config.dokku