From d3f5dd6bd5d22c32d5eb0182becf2e3c1cec508d Mon Sep 17 00:00:00 2001 From: jbanic Date: Thu, 16 Mar 2023 16:02:18 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b477f23..f4d07e4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sudo apt update && sudo apt upgrade -y sudo nano /etc/ssh/sshd_config #Uncoment Port section and change port from 22 to 33 #Restart SSH server: -şudo service sshd restart +sudo service sshd restart #Connect SSH using terminal with: ssh -l canary -p 33 'HostIP' ```