Skip to content

Commit c2b2e31

Browse files
committed
changed default shell
1 parent 154d6db commit c2b2e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/create.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ func GetInjectKeypairScript(machineFolder, machineID string) (string, error) {
8383

8484
resultScript := `#cloud-config
8585
users:
86+
- default
8687
- name: devpod
88+
shell: /bin/bash
8789
sudo: ALL=(ALL) NOPASSWD:ALL
8890
ssh_authorized_keys:
8991
- ` + string(publicKey) + `

0 commit comments

Comments
 (0)