Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

disable ssh root login

# Procedure
# To enable remote root login, edit the following command (/etc/ssh/sshd_config):
	PermitRootLogin yes #enabled

# To disable remote root login, enter the following command (/etc/ssh/sshd_config):
	PermitRootLogin no #disabled
Comment

PREVIOUS NEXT
Code Example
Shell :: shell find string in directory 
Shell :: install paho mqtt client raspberry pi 
Shell :: create sbt project 
Shell :: git file line history 
Shell :: Vagrant - Remove all boxes 
Shell :: installing Snowflake connector 
Shell :: installing kubernetes with kops 
Shell :: docker remove not running containers 
Shell :: bash loop 
Shell :: apt check if package is installed 
Shell :: install package chart.js 
Shell :: assign variable with sed not working 
Shell :: where are ubuntu files stored in windows 10 
Shell :: bash: /bin/rm: Argument list too long 
Shell :: install solana linux 
Shell :: kill all screens linux 
Shell :: how to find where python modules are installed 
Shell :: how to terminate lite server 
Shell :: install piper ubuntu 
Shell :: list devices in network 
Shell :: install vim in alpine 
Shell :: ubuntu desktop sharing not working teams 
Shell :: discard unstaged changes git 
Shell :: linux run apk 
Shell :: jupyter sagemath kernel 
Shell :: How do I hide the path in command line prompt on Windows? 
Shell :: pulling and running docker image 
Shell :: catkin_make single package 
Shell :: apt install crunch kali linux 
Shell :: set root password kali 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =