=Added ssh-auth.tmpl to myconfig

This commit is contained in:
Szkolnik Media Master 2022-02-14 18:36:25 -05:00
parent bb29930d51
commit ccf99f656d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
], ],
"ssh-pub": "~/.ssh/id_*.pub", "ssh-pub": "~/.ssh/id_*.pub",
"ssh-id": ["~/.ssh/id_ed25519","~/.ssh/id_rsa"], "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-known": "~/.ssh/known_hosts",
"ssh-conf": "~/.ssh/config", "ssh-conf": "~/.ssh/config",
"/sshd-conf": "/etc/ssh/sshd_config", "/sshd-conf": "/etc/ssh/sshd_config",