Skip to content

Commit df76b32

Browse files
billakdavide125
authored andcommitted
Update windows-11-vm.md typo
typo Signed-off-by: billak <billak75@gmail.com>
1 parent e249e8b commit df76b32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sw/windows-11-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: How to create a Windows 11 VM
55
### Introduction
66
Here's a simple guide to install Windows 11 on Fedora Asahi Remix!
77
This is going over how to install, configure, and manage your own instance of Windows 11 if you ever need anything from windows besides having to switch hardware or use bare metal windows machines.
8-
Credits to: aykevl and Davide Calvaca
8+
Credits to: aykevl and Davide Cavalca
99

1010
!!! note
1111
`dnf install @virtualization` is out of scope for this guide and not supported. It is, as of the writing of this unsupported and broken, as that includes virt-manager, libvirtd, and others. Please refer to https://github.com/AsahiLinux/docs/pull/206#issuecomment-3274648383 for more information. Please proceed with caution if you are experimenting with this.
@@ -79,4 +79,4 @@ After installation, you can remove the two ISOs and remove the following 4 lines
7979
3. Allow port 22 through the Windows firewall, see [this StackOverflow post](https://stackoverflow.com/questions/68594235/allow-ssh-protocol-through-win-10-firewall).
8080
4. Start “Services”, look for “OpenSSH SSH Server”, and start it (right click → start). Also, right click on it, go to properties, and set the startup type to automatic so it always starts at boot.
8181
5. Now you can SSH into your Windows system using ssh yourusername@localhost -p 5555!
82-
6. If you want to log into the system using public-key authentication, you can put the public key in C:\ProgramData\ssh\administrators_authorized_keys (assuming your account is an administrator account).
82+
6. If you want to log into the system using public-key authentication, you can put the public key in C:\ProgramData\ssh\administrators_authorized_keys (assuming your account is an administrator account).

0 commit comments

Comments
 (0)