Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Tutorial UBUNTU: SSH ROOT ACCESS ENABLE AND PORT CHANGE

xxenyx

Basic Member
Basic Member
Joined
May 20, 2022
Messages
1
Reaction score
0
Points
1
Location
CDE
# Open PuTTY
# Paste the IP or hostname of your dedicated server
# Hit Enter

# Ignore security concerns and type 'Yes' when prompted
# Provide your company-provided username (e.g., lofertech)
# Enter the password for the provided username

# Switch to Root User
su root

# Enter Root Password when prompted

# Enable Root Login
apt-get install nano && nano /etc/ssh/sshd_config

# Inside the file, locate and modify the line:
# #PermitRootLogin prohibit-password
# Remove '#' and replace 'prohibit-password' with 'yes'

# Save and Exit
# Type CTRL + X, then 'Y', and hit Enter

# Restart SSH
sudo /etc/init.d/ssh restart

# Change Root Password
passwd
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top