Status : IMPLEMENTEE
win11.localssh gouroubleu@pve.local "sudo /usr/sbin/qm set 201 --cdrom local:iso/virtio-win-0.1.271.iso"
guest-agent\qemu-ga-x86_64.msi# Installer OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
# Démarrer le service
Start-Service sshd
# Démarrage automatique
Set-Service -Name sshd -StartupType Automatic
# Autoriser dans le firewall (normalement auto)
New-NetFirewallRule -Name "OpenSSH-Server" -DisplayName "OpenSSH Server (sshd)" -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22
Option 1 : Télécharger Bonjour Print Services d'Apple
Option 2 : Si iTunes est installé, Bonjour est déjà présent
# Renommer le PC en "win11"
Rename-Computer -NewName "win11" -Restart
# Test mDNS
ping win11.local
# Test SSH
ssh utilisateur@win11.local
ssh user@win11.local fonctionne depuis PVE et MacAttente validation avant exécution