View Issue Details

IDProjectCategoryView StatusLast Update
0007155Kali Linux[All Projects] Kali Websites & Docspublic2021-06-22 15:56
ReporterScarlettOverflow Assigned ToGamb1t  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0007155: https://kali.training typo: Instructions for generating new SSH host keys say "systemct" instead of "systemctl"
DescriptionThe typo is on the "Configuring Services" page of kali.training: https://kali.training/topic/configuring-services/

In the info box titled "Generating New SSH Host Keys", there is a block of console output instructing how to generate new SSH host keys.

Observed:
The last line says `systemct restart ssh`, missing the L at the end of systemctl.

Expected:
It should read `systemctl restart ssh`.
Steps To ReproduceExample terminal output:

```console
┌──(scarlett㉿kali)-[~]
└─$ systemct restart ssh
Command 'systemct' not found, did you mean:
  command 'systemctl' from deb systemd
  command 'systemctl' from deb systemctl
Try: sudo apt install <deb name>
                                                                                    
┌──(scarlett㉿kali)-[~]
└─$ systemctl restart ssh
                                                                                    
┌──(scarlett㉿kali)-[~]
└─$
```

Activities

ScarlettOverflow

2021-04-28 02:37

reporter  

image.png (269,395 bytes)

Issue History

Date Modified Username Field Change
2021-04-28 02:37 ScarlettOverflow New Issue
2021-04-28 02:37 ScarlettOverflow File Added: image.png
2021-06-22 15:56 steev Assigned To => Gamb1t
2021-06-22 15:56 steev Status new => assigned