- ggCircuit Help Center
- ggRock User Manual
- Administration - Debian OS
-
ggLeap User Manual
- Point of Sale
- User Management
- Configuring games and apps
- Troubleshooting
- PC Management
- Console Management
- Client Orders
- Financial Reports and Statistics
- ggCrypto
- ggLeap Basics
- Client Customization
- ggLeap Settings
- Start Up Commands
- Prize Redemption
- ggLeap Client
- Web Admin Settings
- Single Sign On (SSO)
- Game License Management
- PC and User Groups
- Getting Started with ggLeap
- Activity Tracker
- Employee Management
- Guest Functions
- ggMobile
-
ggRock User Manual
- Troubleshooting - ggRock
- Troubleshooting - Network
- Administration - Debian OS
- Administration - Windows
- Troubleshooting - Hardware
- Installation - Debian OS
- Troubleshooting - Boot
- Administration - ggRock
- General
- Administration - Games
- Installation - ggRock Server Application
- Administration - Network
- Troubleshooting - Windows
- Troubleshooting - ggLeap
- Administration - ggLeap
- Troubleshooting - Games
-
ggLeap Product Tours
-
ggLeap AtHome
Set up remote SSH access as root
This articles describes how the user can set their server to allow remote root connections over SSH
ggCircuit staff might ask you to configure remote root access over SSH to help you with administration, remote Image backup/restore or otherwise.
It's worth to note that allowing remote root access is not considered a universally good practice, so make sure that your root password is secure (12+ characters, random), or better yet - create a separate Debian user with admin privileges, if that is within your area of expertise.
In order to enable remote root login you need to enter these two commands in your terminal:
sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/g' /etc/ssh/sshd_config
systemctl restart sshd.service
We recommend you to Access Debian Control Panel to do that.