aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-26 20:59:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-26 20:59:41 +0200
commite66e302cea1e562ac5030c3855d6e14fb0b64243 (patch)
tree1c91ae0a47e05ecd33967294c808415a5747f767 /CHANGELOG.md
parent50b197935ee39ac9efd472dd7b3de5e497db4ea4 (diff)
Alter the configuration used for ssh
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3342642..cbe97d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,8 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-- The `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
- warning if one is not set for a node.
+- The `ssh` subcommand's configuration has been nested under `bashtard`, e.g.
+ `ssh.host` is now `bashtard.ssh.host`. It should also be correctly using this
+ value for establishing the SSH connection.
- `svc_enable()` now checks for the `rc.d` file to exist before running `grep`
on it.
- `pkg_*()` functions no longer _require_ a `pkg.*` value to be defined. If one