Create Kernel Driver
Introduction
This seems like a way to create a VM for kernel development so thought I might take some notes
Setup
Install
snap install multipass
Create box
multipass shell
Edit /etc/ssh/sshd_config and change
KbdInteractiveAuthentication yes
Reload daemon
sudo systemctl daemon-reload
restart daemon
sudo systemctl restart ssh.service