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/unix-domain-socket-forwarding-with-openssh.md | |
| parent | 4752cdf9b0a7bb9936e9e30af6dce7ebab3a03dc (diff) | |
| download | blog-79f9ed7167168468cf69bab25d77cde2df652e03.tar.gz | |
Update link
Diffstat (limited to 'posts/unix-domain-socket-forwarding-with-openssh.md')
| -rw-r--r-- | posts/unix-domain-socket-forwarding-with-openssh.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |