Horje
ubuntu disable ssh root Code Example
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




Shell

Related
best linux vpn server Code Example best linux vpn server Code Example
mac list used port Code Example mac list used port Code Example
powershell get all file extensions in directory Code Example powershell get all file extensions in directory Code Example
install vlc ubuntu Code Example install vlc ubuntu Code Example
how to check version of web3 Code Example how to check version of web3 Code Example

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