Mercurial > code > home > repos > infra
diff ssh.py @ 237:ff8879eed64e
enable plus
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Nov 2023 22:14:53 -0800 |
parents | 3d4340fbb16c |
children | 4e424a144183 |
line wrap: on
line diff
--- a/ssh.py Mon Nov 27 22:14:27 2023 -0800 +++ b/ssh.py Mon Nov 27 22:14:53 2023 -0800 @@ -23,4 +23,5 @@ if not is_pi: files.line(path='/etc/ssh/sshd_config', line="^UseDNS\b", replace="UseDNS no") + # MAYBE plus needs this fix: adding ListenAddress 0.0.0.0 to /etc/ssh/sshd_config systemd.service(service='sshd', reloaded=True)