Update 'README.md'

This commit is contained in:
2022-11-12 22:08:23 +01:00
parent aeadf8794a
commit ef550699eb
+3 -3
View File
@@ -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