From ccf99f656debfeb54fb0e94983487c38d85118ce Mon Sep 17 00:00:00 2001 From: Szkolnik Media Master Date: Mon, 14 Feb 2022 18:36:25 -0500 Subject: [PATCH] =Added ssh-auth.tmpl to myconfig --- base/src/config.files.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",