Create Kernel Driver

From bibbleWiki
Revision as of 22:23, 19 January 2025 by Iwiseman (talk | contribs) (Created page with "=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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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