Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:dpi:dpi_components:dpiui:user_guide:admin_section:equipment_management:sudo_user:start [2022/02/06 03:24] – created kuligina | en:dpi:dpi_components:dpiui:user_guide:admin_section:equipment_management:sudo_user:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 1 Sudo user ====== | ||
- | {{indexmenu_n> | ||
- | The connection and control of the equipment is carried out via the SSH protocol. The connection must be made under a user with sudo privileges, or under the root user (not recommended). | ||
- | <note tip> | ||
- | |||
- | On the connected equipment, you need to create a sudo user. | ||
- | |||
- | Using the dpisu user as an example: | ||
- | |||
- | - Create user dpisu < | ||
- | passwd dpisu</ | ||
- | - Write the following to the file / | ||
- | Defaults secure_path = / | ||
- | dpisu ALL=(ALL) NOPASSWD: ALL</ | ||
- | - Disable requiretty in the file / |