summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-30 10:09:22 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-30 10:09:22 +0200
commit79f9ed7167168468cf69bab25d77cde2df652e03 (patch)
treea13e26b4746b2176f4f683c057255de58a29aebb
parent4752cdf9b0a7bb9936e9e30af6dce7ebab3a03dc (diff)
downloadblog-79f9ed7167168468cf69bab25d77cde2df652e03.tar.gz
Update link
-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.