Skip to content
Snippets Groups Projects
Select Git revision
  • 945c2113cfc514f26176f4206812d236f7681af4
  • master default
2 results

README.rst

Blame
    • nimrod's avatar
      945c2113
      Cleanup. · 945c2113
      nimrod authored
      - Really don't include the root certificate (as the documentation
      already specified).
      - Updated pre-commit hoooks.
      - Use newer Python in TravisCI.
      - Don't install shellcheck in TravisCI, should already be present.
      - A more correct caching in TravisCI.
      - Use `openssl verify` for checks, remove need for running a server,
      curl etc. Updated README and TravisCI.
      - A small refactor of tests.
      - Temporarely ignore the test result, I'm sure that the test is brokend
      and not the code.
      945c2113
      History
      Cleanup.
      nimrod authored
      - Really don't include the root certificate (as the documentation
      already specified).
      - Updated pre-commit hoooks.
      - Use newer Python in TravisCI.
      - Don't install shellcheck in TravisCI, should already be present.
      - A more correct caching in TravisCI.
      - Use `openssl verify` for checks, remove need for running a server,
      curl etc. Updated README and TravisCI.
      - A small refactor of tests.
      - Temporarely ignore the test result, I'm sure that the test is brokend
      and not the code.
    15_ec2 138 B
    # Disable SSH host key checking for EC2 instances.
    
    Host  *.compute-1.amazonaws.com
    UserKnownHostsFile /dev/null
    StrictHostKeyChecking no