Grant a user access via SSH

From IVS Wiki
Revision as of 10:04, 11 May 2022 by IVSWikiBlue (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Connect to the Valt server via SSH or via the console using an existing user.
  2. Type the following command the press enter:
    sudo nano /etc/ssh/sshd_config
  3. Scroll to the bottom of the file.
  4. Modify the AllowUsers line by adding the new users to the end of the line.
    User4.png
  5. Press Ctrl-X
  6. Enter Y to save
  7. Do not change the file name and press enter.