Difference between revisions of "Grant a user access via SSH"

From IVS Wiki
Jump to: navigation, search
(Created page with "# Connect to the Valt server via SSH or via the console using an existing user. # Type the following command the press enter: <pre>sudo nano /etc/ssh/sshd_config</pre> # Scrol...")
 
 
Line 3: Line 3:
 
# Scroll to the bottom of the file.
 
# Scroll to the bottom of the file.
 
# Modify the '''AllowUsers''' line by adding the new users to the end of the line.
 
# Modify the '''AllowUsers''' line by adding the new users to the end of the line.
#: [[File:user4.png]]
+
#: {{img | file = user4.png}}
 
# Press Ctrl-X
 
# Press Ctrl-X
 
# Enter Y to save
 
# Enter Y to save
 
# Do not change the file name and press enter.
 
# Do not change the file name and press enter.

Latest revision as of 10:04, 11 May 2022

  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.