I mock Windows but: apt install ssh-server (sorry doesn't exist, it's called openssh-server) a...
@1efe3b1d afaik it's automatically enabled and started after apt Install :)
@1efe3b1d looked up windows: Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*' Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 Start-Service sshd Set-Service -Name sshd -StartupType 'Automatic'
Notes by aeb35a0d | export