Hi Kjartan, Kjartan Oli Agustsson <kjartan...@outlook.com> writes:
> I have been trying out the new option to run the guix daemon as > non-root. Everything had been going just fine untill I tried to SSH > into another machine. My SSH configuration is managed by guix home so > ~/.ssh/config is of course a symlink to a file in the store. In the > rootless daemon setup that file in the store is owned by the guix-daemon > user which causes a 'Bad owner or permission on $HOME/.ssh/config' error > when I run the ssh command. Is there any workaround for this or should > I just revert back to running guix-daemon as root? Perhaps you’ve seen it in the meantime: this was fixed a few days ago with commit eab097c682ed31efd8668f46fce8de8f73b92849. Thanks, Ludo’.