Added ssh configuration to MyConfig

Added files to config.files.json file
Этот коммит содержится в:
lksz 2020-11-04 23:42:17 -05:00
родитель 524bce25de
Коммит 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" ]
}