Improved Export-FunctionSource + some Docker fixes
Export-FunctionSource to handle Filters and scripts + following Aliases. Edit-DockerCompose will allow editing of additional files next to the default docker-compose files. dcc, dcdown and dcup to work with ProjectPath parameter. Added ssh.conf to the config.files.json dictionary.
This commit is contained in:
parent
38dab59d62
commit
1bef8ca119
6 changed files with 51 additions and 11 deletions
|
@ -37,6 +37,8 @@
|
|||
"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" ]
|
||||
"ssh-known": "~/.ssh/known_hosts",
|
||||
"ssh-conf": "~/.ssh/config",
|
||||
"sshd-conf": "/etc/ssh/sshd_config",
|
||||
"ssh" : [ "#ssh-auth", "#ssh-known", "#ssh-conf", "#sshd-conf", "#ssh-pub", "#ssh-id" ]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue