This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| HELP=" | |
| Usage: $0 -h ROUTER_IP -u USER | |
| Copy the ssh public key of current logged-in user to a Huawei router. | |
| arguments: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loglevel.default = "DEBUG" | |
| rdeck.base = "/var/lib/rundeck" | |
| rss.enabled = true | |
| dataSource { | |
| dbCreate = "update" | |
| url = "jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true" | |
| } | |