8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
|
|
#!/usr/bin/env bats
|
||
|
|
|
||
|
|
# Scaffold for host key policy; to be implemented with a controlled SSH target or dry-run hooks.
|
||
|
|
|
||
|
|
@test "BACKTUNNEL_HOSTKEY_POLICY scaffold" {
|
||
|
|
skip "TODO: verify policy propagation into ssh/sftp/sshfs invocations"
|
||
|
|
}
|