=== genii is now known as genii-core === CartmanBrah is now known as Hash === Hash is now known as SemperUbiSubUbi === SemperUbiSubUbi is now known as Hash === alchemist_ is now known as alchemist === genii-core is now known as genii [21:51] If I want to force ssh keys and no passwords, I think I need PasswordAuthentication no in /etc/ssh/sshd_config - right? [21:51] Pretty sure I'm reading that properly [21:59] AuthenticationMethods publickey password to AuthenticationMethods publickey [21:59] genii: ah! thanks [22:00] https://help.ubuntu.com/community/AutomaticSecurityUpdates -> I just set this up for the first time, using the unattended-upgrades method. On a ubuntu server. Is there a way to "test this" ? [22:17] sudo unattended-upgrades -d [22:17] genii: thank you. :) [22:18] Glad to assist [22:19] I have a simple system running a dns server to stop ads. But this system does not have mail setup. What's the simplest email set up to have it be able to email me (so I can get emails from unattended-upgrades). I installed nullmailer but think I need an SMTP server? [22:19] I have mailgun, maybe I can set up a new domain there and use that... but... wondering if there is another way [22:21] I use sendmail so that applications requiring an MTA accept that one is installed and don't install a fullblown postfix or exim4 [22:21] I think nullmailer also satisfies that requirement? [22:22] JanC: I thought so too, maybe I set up the hostname wrong. [22:22] * foo investigates [22:22] Provides: mail-transport-agent [22:23] applications that need an MTA should depend on mail-transport-agent, and as nullmailer provides that, it should be enough [22:24] I don't know how it talks to remote mail servers though... [22:24] smtp: Failed: Connect failed / Sending failed: Host not found [22:24] is what I'm getting in syslog from a quick echo hi|mail me@mydomain.com [22:25] This is a home system, so I don't really have a FQDN that maps to it. [22:36] If you fiddle with your router to forward SMTP on port 25 ( and maybe POP if it's able to use that) you can use the outward facing IP [22:39] Hm, Debian nullmailer page seems to indicate it only relays to an external SMTP machine [22:39] genii: yeah, I just set it up to work with mailgun. :) I used my mailgun sandbox [22:39] * foo makes notes