7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
function zssh_check_pubkeys()
|
|
{
|
|
[[ ${#zssh_host_config_accesses} -gt 0 ]] || return 62
|
|
zshlibs_log zssh_server "checking received pubkeys …"
|
|
zshlibs_log zssh_server "done checking received pubkeys"
|
|
}
|