mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-08-05 13:43:40 -07:00
add tests for reloading ssh config files
This adds 2 tests. The first checks that ssh config data is cached and does not update if the file changes afterward. The second checks that the `ReloadConfigs()` function will discard the cached data and load the current config file contents.
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
Host wap
|
||||
User modified2
|
||||
KexAlgorithms diffie-hellman-group1-sha1
|
||||
Reference in New Issue
Block a user