diff --git a/base/src/config.files.json b/base/src/config.files.json index 2d2e831..a34625a 100644 --- a/base/src/config.files.json +++ b/base/src/config.files.json @@ -70,7 +70,7 @@ ], "ssh-pub": "~/.ssh/id_*.pub", "ssh-id": ["~/.ssh/id_ed25519","~/.ssh/id_rsa"], - "ssh-auth": "~/.ssh/authorized_keys", + "ssh-auth": ["~/.ssh/authorized_keys","~/.ssh/authorized_keys.tmpl"], "ssh-known": "~/.ssh/known_hosts", "ssh-conf": "~/.ssh/config", "/sshd-conf": "/etc/ssh/sshd_config",