-
-# Use a custom, per-virtual-machine generated SSH keypair. If you disable this
-# configuration but still want guest administration using SSH, the default
-# insecure keypair will be used.
-#
-# Please note that this setting won't take effect if you're using a basebox.
-# In that case the basebox keypair will be used if it exists, otherwise kvmx
-# fallsback to the default insecure keypair.
-#
-# This setting is used during virtual machine bootstrapping by kvmx-create.
-ssh_custom="y"
-
-# Use this config if you want kvmx-create to include a specif SSH pubkey
-# It might be a path for an existing pubkey file or the public key itself.
-#
-# Make sure to have this key available when trying to SSH into the guest using kvmx
-#ssh_custom_pubkey="/home/myhostuser/.ssh/id_rsa.pub"
-#ssh_custom_pubkey="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDVFmJ2UDn2dK3nHHAkHzt8F4AfrXTFiGa+guem92S/pztMGAUDjEZBYEW3mZ8ATyo4GoPZ92tkjmra0Fgv6ETIox+SPWbzzjhzbv2CQUTWvF6PEVwJbT1PTzaIVRiDYf+yX7e3Y8HcmkAi60Cxs5Xr3HLkqdi2jYKFofCm58R+HGnRv1WSurPnf7C7KQBSW7E1S2CafW9VFHhGCzezyThjN+n3bJjgYFzPxdTlWyfW1T7Yv61/fqfuara0kpZx1l5pblpgbCTT7WKRIhwj1x0QTo/qDQ6k52tffiCVyMGJKvires9yp5qT5Y+ldssBKDa8muRF/dh7/UCyxvcm3HTDjWG24Sr4r9JWbhkqF89UePlOw5j73qw4gzT7YQ38tzz2XI5weAL1OXM6qhCbOwfPXwYbB5xM4g62WZugtcCLan6Iy8hvoiRIJ1MU2ar73wunghQQ84oNIrEVezJsuZxwxVbe45ulnM7x4Hqeu6jmOutWFkdkAHsqd1E3zTOS1RURwi0TpnD+iWwD7FOA9c8B6AWP4i9XVW6BLi1waARrS3bVnOh3djc20fVsClfEDDXFg2KiTeQaAWfjLguyUmxysSiUC2pnibd1bEDtdfPlkA2jaE2nAn6Tw7Vp5zd8P1d1trLMx3YkRq5uQSPqnfQDKoYH5FPMlNTbMINLC56ijw== user@kvmx"
-
-# Bootloader (used only during bootstrapping by kvmx-create).
-bootloader="grub"
-
-# Drive interface
-#drive_interface="ide" # Needed by some systems like NetBSD and FreeBSD
-#drive_interface="virtio,cache=none,index=0,format=raw" # For raw devices
-
-# See http://www.reactos.org/wiki/QEMU#Setting_up_network
-#nic_model="ne2k_pci"
-
-# Additional qemu opts
-# Example: http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest
-#qemu_opts="-usb -device usb-host,hostbus=2,hostaddr=3"
-
-# Number of CPUs
-#smp="4"
-
-# Enviroment passed to SSH commands
-#ssh_env="TERM=xterm"
-
-# Whether to be managed by kvmx-supervise
-#supervise_manage="1"