~dricottone/huttese

5d2aca8c20674920a34852d9c79698b607a996d5 — Dominic Ricottone 2 years ago 7c249f0
sshd configuration

Need to enable TCP forwarding, in order to tunnel SMTP over SSH. This is
preferable to opening port 25 and exposing the mail server.
1 files changed, 1 insertions(+), 1 deletions(-)

M sr/etc/ssh/sshd_config
M sr/etc/ssh/sshd_config => sr/etc/ssh/sshd_config +1 -1
@@ 83,7 83,7 @@ AuthorizedKeysCommandUser root

#AllowAgentForwarding yes
# Feel free to re-enable these if your use case requires them.
AllowTcpForwarding no
AllowTcpForwarding yes
GatewayPorts no
X11Forwarding no
#X11DisplayOffset 10