Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to disable ssh in linux

To stop and disable the SSH server, proceed as follows:

Open a terminal.
Become root.
Issue the following commands:
systemctl stop ssh
systemctl disable ssh
 
PREVIOUS NEXT
Tagged: #disable #ssh #linux
ADD COMMENT
Topic
Name
5+6 =