Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_components:dpiui:configuration:equipment:sudo_user [2022/01/30 00:22] – kuligina | en:dpi:dpi_components:dpiui:configuration:equipment:sudo_user [2023/08/24 07:03] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 1 Sudo user ====== | ||
- | {{indexmenu_n> | ||
- | The equipment is connected and controlled using the SSH protocol. Connection must be done under a user with sudo privileges, or under the root user (not recommended). | ||
- | |||
- | <note tip> | ||
- | |||
- | New user should be created with sudo access granted on the connected equipment . | ||
- | |||
- | Let's consider dpisu user creating as an example: | ||
- | |||
- | - Create the dpisu user < | ||
- | passwd dpisu</ | ||
- | - Add to the / | ||
- | Defaults secure_path = / | ||
- | dpisu ALL=(ALL) | ||
- | - Disable the requiretty requirement in the file / |