From ef550699eb3cd86033d7d57c947d62150e787cde Mon Sep 17 00:00:00 2001 From: jbanic Date: Sat, 12 Nov 2022 22:08:23 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c2f98d..a6f1a7c 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ sudo apt update && sudo apt upgrade -y 3. Change SSH server port to be able to use Canary SSH on port 22 ```bash sudo nano /etc/ssh/sshd_config -Uncoment Port section and change port from 22 to 33 -Restart SSH server: +#Uncoment Port section and change port from 22 to 33 +#Restart SSH server: şudo service sshd restart -Connect SSH using terminal with: ssh -l canary -p 33 'HostIP' +#Connect SSH using terminal with: ssh -l canary -p 33 'HostIP' ``` 4. Download OpenCanary config file