···1313If your selected deployment user does not fit the following requirements, the
1414deployment commands will likely fail with an error:
15151616-| `deployment.target.user` is... | ❌ Will Not Work | 🟧 Deploys w/o Keys | ✅ Deploys w/ Keys |
1717-| :----------------------------- | :--------------: | :-----------------: | :----------------: |
1818-| In `wheel` (Sudo User) | No | Yes | Yes |
1919-| Has Non-Interactive SSH Auth | - | Yes | Yes |
2020-| A Trusted User | - | No | Yes |
1616+| `deployment.target.user` has/is... | ❌ Will Not Work | 🟧 Deploys w/o Keys | ✅ Deploys w/ Keys |
1717+| :--------------------------------- | :--------------: | :-----------------: | :----------------: |
1818+| In `wheel` (Sudo User) | No | Yes | Yes |
1919+| Has Non-Interactive SSH Auth | - | Yes | Yes |
2020+| A Trusted User | - | No | Yes |
21212222When using a non-trusted user, `wire apply` will likely fail if the deploying user is
2323not trusted, see [Manage Secrets - Prerequisites](/guides/keys.html#prerequisites).