Added ssh configuration to MyConfig
Added files to config.files.json file
This commit is contained in:
parent
524bce25de
commit
f00e9090a5
|
@ -33,5 +33,10 @@
|
||||||
"tmux": [
|
"tmux": [
|
||||||
"~/.tmux.conf",
|
"~/.tmux.conf",
|
||||||
"~/.byobu/.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" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue