Skip to content

Commit

Permalink
update ssh key sha
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogomesverissimo committed Sep 13, 2022
1 parent a41bb7a commit 68e8358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/update_keys.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Para gerar nova checksum: sha256sum authorized_keys
- name: Update SSH Authorized Keys
get_url:
url: http://public.fflch.usp.br/proaluno/files/authorized_keys
dest: /root/.ssh/authorized_keys
checksum: sha256:8eb5ffe50e29f8dcf03a2ede6cc7a5fbbacbd58f68422f6905cae7d6937e58ad
checksum: sha256:d0de6357882687a4162563429f68dd415b543e9549cf80280d0a176b70aaf961
mode: '0600'

0 comments on commit 68e8358

Please sign in to comment.