Describe the bug
#340489 seems to have introduced two lines that apply a chown where a chmod seems to have been intended.
This makes VMs using that module unavailable via SSH since permissions are incorrect.
Steps To Reproduce
Steps to reproduce the behavior:
- Build NixOS config using unstable branch and ec2-data (e.g. openstack-config)
- Switch
- check permissions of
/etc/ssh
Expected behavior
/etc/ssh and root/.ssh should be owned by root and have permissions of 0755 / 0700
Notify maintainers
@r-vdp
Add a 👍 reaction to issues you find important.
Describe the bug
#340489 seems to have introduced two lines that apply a
chownwhere achmodseems to have been intended.This makes VMs using that module unavailable via SSH since permissions are incorrect.
Steps To Reproduce
Steps to reproduce the behavior:
/etc/sshExpected behavior
/etc/sshandroot/.sshshould be owned by root and have permissions of 0755 / 0700Notify maintainers
@r-vdp
Add a 👍 reaction to issues you find important.