Help with salt error on unman splitssh

Tried to create unmans split-ssh setup via the salt scripts. I only modfied the template names.

I can’t figure why the configuration of the qubes-ssh-agent.configure_template fails.

debian-13-minimal-ssh-agent: ERROR (exception list index out of range)

Could somebody with more salt experience pls help out?

It would be extremely helpful if you could say:
What version of Qubes you are running.
What template is used by default-mgmt-dvm.
What command you used to run the state.

Can you now run;
qubesctl --skip-dom0 --targets=TEMPLATE --show-output state.apply qubes-ssh-agent.configure_template
replacing TEMPLATE with the name of the template, and post the output.

In general it is always a good first step to run a failing command with
--show-output.

I never presume to speak for the Qubes team.
When I comment in the Forum I speak for myself.

1 Like

Sry. 4.3, I tried fedora-42-xfce and debian-13-minimal with bash and fish for the default-dvm

I ran sudo qubesctl --skip-dom0 --targets=template-ssh-agent state.apply qubes-ssh-agent.configure_template

I cloned the repo, changed the debian template to 13 then moved the entire dir to /srv/salt.

–show-output does not show anything extra

Sorry was not thinking straight. For some reason I thought changing the template for the default-dvm would also change it for the mgmt.

It’s a minimal template error, with xfce it works. Sorry again