diff options
-rw-r--r-- | etc/ssh/config.tmpl | 1 |
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 |