Skip to content

Commit

Permalink
Space needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Pritchard committed Apr 6, 2021
1 parent 7739702 commit 779667e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/cloudinit/kali-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ users:
groups: users, admin
ssh_import_id: None
lock_passwd: true
shell: /bin/bash
ssh_authorized_keys:
%{ for key in ssh-keys ~}
- ${key}
%{ endfor ~}

write_files:
- path: /usr/local/bin/empire
permissions: '0755'
Expand Down

0 comments on commit 779667e

Please sign in to comment.