Am Montag, dem 07.02.2022 um 22:02 +0100 schrieb Maxime Devos:
> Zacchaeus Scheffer schreef op ma 07-02-2022 om 14:47 [-0500]:
> > I was able create the desired effect with the following service
> > definition:
> > (simple-service
> > 'my-activation-service
> > home-activation-service-type
> > (
Zacchaeus Scheffer schreef op ma 07-02-2022 om 14:47 [-0500]:
> I was able create the desired effect with the following service
> definition:
> (simple-service
> 'my-activation-service
> home-activation-service-type
> (gexp
> (begin
> (chdir (ungexp user-home))
> (if (not (file-exists?
>
> > I finally migrated my home configuration to guix home. However, it
>> > seems guix home creates all symlinks with 777 permissions. This causes
>> > problems with openssh as it will not recognize my
>> > ~/.ssh/authorized_keys. It seems the directories have reasonable
>> > permissions (mayb
>
> > I finally migrated my home configuration to guix home. However, it
> > seems guix home creates all symlinks with 777 permissions. This causes
> > problems with openssh as it will not recognize my
> > ~/.ssh/authorized_keys. It seems the directories have reasonable
> > permissions (maybe be
Am Donnerstag, dem 03.02.2022 um 13:08 -0500 schrieb Zacchaeus
Scheffer:
> I finally migrated my home configuration to guix home. However, it
> seems guix home creates all symlinks with 777 permissions. This causes
> problems with openssh as it will not recognize my
> ~/.ssh/authorized_keys. It
Em quinta-feira, 3 de fevereiro de 2022, às 18:22:49 -03, Zacchaeus Scheffer
escreveu:
> It seems the permissions on the symlink don't matter. The problem is
> that the file linked to in the store is readable by everyone (which I am
> ok with because it's just public keys).
>
> There is a soluti
It seems the permissions on the symlink don't matter. The problem is that
the file linked to in the store is readable by everyone (which I am ok with
because it's just public keys).
There is a solution with guix system by configuring openssh directly (see
openssh-configuration -> authorized-keys)
Hello Zacchaeus,
Em quinta-feira, 3 de fevereiro de 2022, às 15:08:12 -03, Zacchaeus Scheffer
escreveu:
> I finally migrated my home configuration to guix home. However, it seems
> guix home creates all symlinks with 777 permissions. This causes
> problems with openssh as it will not recognize
I finally migrated my home configuration to guix home. However, it seems
guix home creates all symlinks with 777 permissions. This causes problems
with openssh as it will not recognize my ~/.ssh/authorized_keys. It seems
the directories have reasonable permissions (maybe because they already
exi