diff options
-rw-r--r-- | content/blog/publishing-with-pelican.md | 1 | ||||
-rw-r--r-- | content/blog/ssh-tunnel-and-postfix.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/content/blog/publishing-with-pelican.md b/content/blog/publishing-with-pelican.md index d49a420..f3392b3 100644 --- a/content/blog/publishing-with-pelican.md +++ b/content/blog/publishing-with-pelican.md @@ -3,6 +3,7 @@ Date: 2015-01-27 06:00 Modified: 2015-01-26 21:30 Tags: pelican, nginx, networksec, frqrec, social media, vim Slug: publishing-with-pelican +Category: webdev Authors: David Runge Summary: Some links and information on publishing with Pelican diff --git a/content/blog/ssh-tunnel-and-postfix.md b/content/blog/ssh-tunnel-and-postfix.md index 30e8ab6..f449cd1 100644 --- a/content/blog/ssh-tunnel-and-postfix.md +++ b/content/blog/ssh-tunnel-and-postfix.md @@ -5,6 +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 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. |