Skip to content

Commit

Permalink
Change RSA SSH key to reflect update from Github (#30286)
Browse files Browse the repository at this point in the history
Github just updated their RSA SSH host key: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/ . This commit updates the last 6 values of the host key in the `knownHosts` section of the Helm production guide to reflect the update.
  • Loading branch information
mfjackson committed Mar 24, 2023
1 parent b35ac9b commit f7d5b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helm-chart/production-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ They match, right? Good. Now, add the public key to your values. It'll look some
dags:
gitSync:
knownHosts: |
github.com ssh-rsa AAAA...FAaQ==
github.com ssh-rsa AAAA...1/wsjk=
Accessing the Airflow UI
Expand Down

0 comments on commit f7d5b16

Please sign in to comment.