summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/autoinstall-openbsd-on-qemu.md2
-rw-r--r--posts/unix-domain-socket-forwarding-with-openssh.md2
2 files changed, 2 insertions, 2 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]
diff --git a/posts/unix-domain-socket-forwarding-with-openssh.md b/posts/unix-domain-socket-forwarding-with-openssh.md
index dbe546a..4905e63 100644
--- a/posts/unix-domain-socket-forwarding-with-openssh.md
+++ b/posts/unix-domain-socket-forwarding-with-openssh.md
@@ -4,7 +4,7 @@ description: How to control access to OpenSSH forwardings using Unix domain sock
published: 2020-07-06
---
-[OpenSSH](https://www.openssh.com/) is well-known for its ability to forward TCP ports from a local host to a remote host and vice versa.
+[OpenSSH](https://www.openssh.org/) is well-known for its ability to forward TCP ports from a local host to a remote host and vice versa.
Typical use cases include:
* Access an otherwise unreachable server via a bastion host.
Generated by cgit. See skreutz.com for my tech blog and contact information.