Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
Source by www.ibm.com #
 
PREVIOUS NEXT
Tagged: #disable #ssh #root #login
ADD COMMENT
Topic
Name
7+3 =