diff options
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] |