Skip to content

Commit 779667e

Browse files
author
Samuel Pritchard
committed
Space needed
1 parent 7739702 commit 779667e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/cloudinit/kali-instance.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ users:
1010
groups: users, admin
1111
ssh_import_id: None
1212
lock_passwd: true
13+
shell: /bin/bash
1314
ssh_authorized_keys:
1415
%{ for key in ssh-keys ~}
1516
- ${key}
1617
%{ endfor ~}
18+
1719
write_files:
1820
- path: /usr/local/bin/empire
1921
permissions: '0755'

0 commit comments

Comments
 (0)