Skip to content

Commit

Permalink
#14 ensure mode 600 for ansible_ssh_private_key_file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 20, 2024
1 parent febc1c7 commit fd9201b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vpn/playbooks/create-rebuild-vpn-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ansible.builtin.template:
src: templates/ssh/ssh_private_key_server_bootstrap.j2
dest: "{{ ansible_ssh_private_key_file }}"
mode: '0600'
delegate_to: localhost
tags:
- 'ssh'
Expand Down

0 comments on commit fd9201b

Please sign in to comment.