aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 09:10:31 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 09:11:09 -0300
commitcf44d801cb825b5e167c6e4746f679a1de64a4bb (patch)
treed56ecb1eac95db3ff45f301dd42ea4ff601f8cad /etc/ssh
parentetc/ssh/known_hosts: Add entry for asami (diff)
downloaddotfiles-cf44d801cb825b5e167c6e4746f679a1de64a4bb.tar.gz
dotfiles-cf44d801cb825b5e167c6e4746f679a1de64a4bb.tar.xz
etc/ssh/config.tmpl: Disable PasswordAuthentication by default
Diffstat (limited to 'etc/ssh')
-rw-r--r--etc/ssh/config.tmpl1
1 files changed, 1 insertions, 0 deletions
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