From f00e9090a52d0956211b6f85b5e2b5a0a069bccd Mon Sep 17 00:00:00 2001 From: lksz Date: Wed, 4 Nov 2020 23:42:17 -0500 Subject: [PATCH] Added ssh configuration to MyConfig Added files to config.files.json file --- src/config.files.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config.files.json b/src/config.files.json index 7cdc1ac..a11b946 100644 --- a/src/config.files.json +++ b/src/config.files.json @@ -33,5 +33,10 @@ "tmux": [ "~/.tmux.conf", "~/.byobu/.tmux.conf" - ] + ], + "ssh-pub": "~/.ssh/id_*.pub", + "ssh-id": ["~/.ssh/id_ed25519","~/.ssh/id_rsa"], + "ssh-auth": "~/.ssh/authorized_keys", + "ssh-conf": "/etc/ssh/sshd_config", + "ssh" : [ "#ssh-auth", "#ssh-conf", "#ssh-pub", "#ssh-id" ] }