From cf44d801cb825b5e167c6e4746f679a1de64a4bb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 09:10:31 -0300 Subject: etc/ssh/config.tmpl: Disable PasswordAuthentication by default --- etc/ssh/config.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/ssh') diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 5796e7e..dff853f 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -6,6 +6,7 @@ Host * ControlMaster auto ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h + PasswordAuthentication no # personal rsync.net account Host suyin -- cgit v1.2.3