isard

Guest bootstrap scripts for isard, the command-line tool for the Gencat / IsardVDI platform.

A freshly installed desktop usually has no SSH server, and no local account matching the credentials the IsardVDI bastion authenticates with. Both live inside the guest, so neither the CLI nor your own machine can fix them — these scripts do, in one line, run in the desktop's own viewer.

Scripts

Windows — windows.ps1

OpenSSH server, the bastion account, and spice-guest-tools (SPICE copy-paste). Run in an Administrator PowerShell.

iex (irm https://isard.optersoft.com/windows.ps1)

11,150 bytes · sha256 ab4b11e80400f21623ed494cfdd62dcb…

Ubuntu / Fedora — linux.sh

OpenSSH server, the bastion account with passwordless sudo, spice-vdagent and qemu-guest-agent. Detects apt or dnf.

curl -fsSL https://isard.optersoft.com/linux.sh | sudo sh -s isard mypassword

6,055 bytes · sha256 ce68d3b688a4b87944153941b6bbd5a3…

Elsewhere