Horje
ubuntu root login ssh Code Example
ubuntu root login ssh
echo "PermitRootLogin yes" | sudo tee -a /etc/ssh/sshd_config
sudo systemctl restart sshd

# NOTE: root login is locked by default, assign a password with:
# [sudo passwd root]

# To lock root login afterwards run
# [sudo passwd -l root]

# To disable root login over ssh afterwards run
# [sed '$d' /etc/ssh/sshd_config | sudo tee /etc/ssh/sshd_config]




Shell

Related
flutter skia shader compilation error Code Example flutter skia shader compilation error Code Example
how to downlaod and install chrome in kali linux Code Example how to downlaod and install chrome in kali linux Code Example
Failed to install gems via Bundler. Code Example Failed to install gems via Bundler. Code Example
ip address ubuntu Code Example ip address ubuntu Code Example
chrome skia shader compilation error Code Example chrome skia shader compilation error Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11