From 19e26158dfb6499ff9c56a4142a08cf83175c2f4 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Sun, 22 May 2022 13:27:54 -0400 Subject: [PATCH] fix missing host line in ssh tunnels.conf for i2pd --- i2p2www/blog/2019/06/15/i2p-i2pd-ssh-config.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/i2p2www/blog/2019/06/15/i2p-i2pd-ssh-config.rst b/i2p2www/blog/2019/06/15/i2p-i2pd-ssh-config.rst index bd6884fd1..380ec6884 100644 --- a/i2p2www/blog/2019/06/15/i2p-i2pd-ssh-config.rst +++ b/i2p2www/blog/2019/06/15/i2p-i2pd-ssh-config.rst @@ -139,6 +139,7 @@ tunnels.conf [SSH-SERVER] type = server + host = 127.0.0.1 port = 22 inbound.length = 1 outbound.length = 1 -- GitLab