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!

Request CEREATE user root

juventus10

Extended Member
Ext. Member
Joined
Sep 4, 2019
Messages
45
Reaction score
107
Points
44
Location
paris
cómo crear usuario root con SU IM USE UBUNTU 16.04 POR FAVOR AYÚDAME
 
  1. Login to your account and open Terminal.
  2. sudo passwd root.
  3. Type in the new password for UNIX.
 
By default our automated Ubuntu and Debian installs disable root login
via SSH and require elevation to root upon logging into the customer
user. We do this to enhance the security of provisioned systems and
prevent unwanted SSH brute force attacks to the root user.

On Ubuntu or Debian you must elevate your user from Customer to Root via
the 'su' command.

Your root user password should be the same password as customer.
this is messge for nocix
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
customer@s155570:~$ sudo passwd root
[sudo] password for customer:
customer is not in the sudoers file. This incident will be reported.
customer@s155570:~$
 
$sudo –i passwd root
Enter new UNIX password: [Set new password for root account]
Retype new UNIX password: [Confirm new password]


ssh into the installation as the user USERNAME created during installation
sudo su to become root
passwd and then password to give the root user a password
nano /etc/ssh/sshd_config with the following edit to allow root user ssh login
Find the (commented out) line #PermitRootLogin prohibit-password and without modifying it, add the following new line below it
PermitRootLogin yes
Ctrl-X, y, Enter to save the changes and exit nano
service ssh reload to reload the ssh daemon configuration
attempt to log in via a new ssh session as root, in order to verify if all is OK.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top