View Issue Details

IDProjectCategoryView StatusLast Update
0007155Kali LinuxKali Websites & Docspublic2021-06-22 15:56
ReporterScarlettOverflow Assigned ToGamb1t  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0007155: https://kali.training typo: Instructions for generating new SSH host keys say "systemct" instead of "systemctl"
Description

The 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 Reproduce

Example terminal output:

┌──(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)-[~]
└─$ 
Attached Files
image.png (269,395 bytes)

Activities

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