Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu disable ssh root

#Open the SSH configuration file sshd_config with the text editor vi:
sudo nano /etc/ssh/sshd_config

#In the line PermitRootLogin yes replace the word Yes with the word No.
#Save the file.
#Restart the service.
sudo service ssh restart
Comment

PREVIOUS NEXT
Code Example
Shell :: install extension pgcrypto 
Shell :: create virtual environment anaconda 
Shell :: auth token 
Shell :: install flutter on linux 
Shell :: ubuntu reset path 
Shell :: error TS1056 
Shell :: visual studio code ubuntu 
Shell :: ssh config 
Shell :: bash bc 
Shell :: tar.gz extract 
Shell :: git version 
Shell :: git see pending push 
Shell :: count the numbers of directories in a specific directory 
Shell :: setting git username 
Shell :: tasksel: apt-get failed (100) 
Shell :: aac anticheat 
Shell :: Submodule update 
Shell :: npmrc file location windows 
Shell :: RHEL check the firewall status 
Shell :: microsoft excel free download for ubuntu 
Shell :: how to run makefile in windows 
Shell :: cudnn version linux 
Shell :: install ftp on ubuntu 
Shell :: git add -p 
Shell :: find text pattern in file linux 
Shell :: how to install xdm ubuntu 20.04 
Shell :: how to make a .sh file executable 
Shell :: linux video player 
Shell :: batch script loop 
Shell :: install eclipse in fedora 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =