Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:dpi_components:dpiui:configuration:equipment:start [2023/08/29 07:31] – edrudichgmailcom | en:dpi:dpi_components:dpiui:configuration:equipment:start [2023/09/06 14:41] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Equipment connection ====== | ||
- | {{indexmenu_n> | ||
- | ===== Sudo user ===== | ||
- | 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> | ||
- | |||
- | A new user should be created with sudo access granted on the connected equipment. | ||
- | |||
- | Let's consider '' | ||
- | |||
- | - Create the '' | ||
- | passwd dpisu</ | ||
- | - Add to the ''/ | ||
- | Defaults secure_path = / | ||
- | dpisu ALL=(ALL) | ||
- | - Disable the requiretty requirement in the file ''/ |