Fix v2v input side diagram.
[libguestfs-talks.git] / 2021-pipelines / 2200-boot-over-ssh.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Booting over SSH</h1>
6
7 <pre>
8 ┌───────────────┐  ssh
9 │ fedora-33.img │───────▶ qemu
10 └───────────────┘
11  remote server
12 </pre>
13
14 <br/><br/>
15
16 <pre>
17 qemu -drive file=<b>ssh://remote/path/to/fedora-33.img</b> ...
18 </pre>