diff options
author | David Runge <dave@sleepmap.de> | 2015-08-08 19:17:11 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-08-08 19:17:11 +0200 |
commit | a27ddcd037c1220a921390e89b8a90fadb17d3ae (patch) | |
tree | e0c305ac0a7044918579a911bee5b92d356997f3 /content | |
parent | e6dbe44d8ba2a5a1c7a833a83be7326d9020d161 (diff) | |
download | sleepmap-a27ddcd037c1220a921390e89b8a90fadb17d3ae.tar.gz sleepmap-a27ddcd037c1220a921390e89b8a90fadb17d3ae.tar.bz2 sleepmap-a27ddcd037c1220a921390e89b8a90fadb17d3ae.tar.xz sleepmap-a27ddcd037c1220a921390e89b8a90fadb17d3ae.zip |
content/blog/ssh-tunnel-and-postfix.md: Moving article to the category admin.
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/ssh-tunnel-and-postfix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/ssh-tunnel-and-postfix.md b/content/blog/ssh-tunnel-and-postfix.md index f449cd1..2f09db8 100644 --- a/content/blog/ssh-tunnel-and-postfix.md +++ b/content/blog/ssh-tunnel-and-postfix.md @@ -5,7 +5,7 @@ Tags: archlinux, autossh, ssh, tunnel, systemd, systemd.network, postfix, TUN Slug: ssh-tunnel-with-single-hop-using-systemd-network-and-autossh Authors: David Runge Summary: Howto on setting up a SSH tunnel with the help of a systemd .network file between two machines, with no direct access to each other and modifying Postfix to use that tunnel. -Category: webhosting +Category: admin Recently I had the pleasure of setting up a SSH tunnel between two virtual machines that share no route and are located in two different subnets. They can however reach each other via SSH, hopping their host. |