diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-05-06 11:16:49 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-05-06 11:16:49 +0200 |
commit | d3dd280d5525c516d0bf13be711a293dbd5c9feb (patch) | |
tree | 7a9f4ae0362d2a0f3bd77dd23948a1fb00d7ec7b /posts/unix-domain-socket-forwarding-with-openssh.md | |
parent | b978aa861c290f1b3f4dab5ce5e6768ebd1874ef (diff) | |
download | blog-d3dd280d5525c516d0bf13be711a293dbd5c9feb.tar |
Update permanently redirected external links
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 f06846b..5902f5a 100644 --- a/posts/unix-domain-socket-forwarding-with-openssh.md +++ b/posts/unix-domain-socket-forwarding-with-openssh.md @@ -153,7 +153,7 @@ You can restrict the socket's file name by forcing a special command instead of Besides, I'm referring to the man pages at the time of writing. [^windows]: - Notably, the OpenSSH version shipped with Windows 10 does not support Unix domain socket forwarding, see [here](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration). + Notably, the OpenSSH version shipped with Windows 10 does not support Unix domain socket forwarding, see [here](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration). [^unlink]: There is no system call to re-bind an existing Unix domain socket. |