diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 10:09:22 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 10:09:22 +0200 |
| commit | 79f9ed7167168468cf69bab25d77cde2df652e03 (patch) | |
| tree | a13e26b4746b2176f4f683c057255de58a29aebb /posts/autoinstall-openbsd-on-qemu.md | |
| parent | 4752cdf9b0a7bb9936e9e30af6dce7ebab3a03dc (diff) | |
| download | blog-79f9ed7167168468cf69bab25d77cde2df652e03.tar.gz | |
Update link
Diffstat (limited to 'posts/autoinstall-openbsd-on-qemu.md')
| -rw-r--r-- | posts/autoinstall-openbsd-on-qemu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/autoinstall-openbsd-on-qemu.md b/posts/autoinstall-openbsd-on-qemu.md index 8e682c2..6ebeded 100644 --- a/posts/autoinstall-openbsd-on-qemu.md +++ b/posts/autoinstall-openbsd-on-qemu.md @@ -43,7 +43,7 @@ We will perform the following steps: We will use the following tools: * [curl](https://curl.se/), a data transfer tool (and library) -* [OpenSSH](https://www.openssh.com/), a remote login tool +* [OpenSSH](https://www.openssh.org/), a remote login tool * [QEMU](https://www.qemu.org/), a virtual machine monitor (or hypervisor) * [rsync](https://rsync.samba.org/), an incremental file transfer tool * [signify](https://github.com/aperezdc/signify), a cryptographic signature tool[^signify-portable] |