Added ssh configuration to MyConfig

Added files to config.files.json file
このコミットが含まれているのは:
lksz 2020-11-04 23:42:17 -05:00
コミット f00e9090a5
1個のファイルの変更6行の追加1行の削除

ファイルの表示

@ -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" ]
}