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