Extend ddev config for ssh access
This commit is contained in:
@@ -19,6 +19,12 @@ provider: default
|
||||
omit_containers: [dba]
|
||||
use_dns_when_possible: true
|
||||
timezone: Europe/Berlin
|
||||
webimage_extra_packages: [ ssh ]
|
||||
|
||||
hooks:
|
||||
post-start:
|
||||
- exec: "sudo chmod 600 /home/fromme/.ssh/authorized_keys"
|
||||
- exec: "sudo service ssh start"
|
||||
|
||||
|
||||
# This config.yaml was created with ddev version v1.14.0
|
||||
|
||||
Reference in New Issue
Block a user