client_key_cb_options(T) =
[{key_cb_private, [T]} | ssh:client_option()]
[{key_cb_private, [T]} | ssh:client_option()]
Options provided to ssh:connect/[3,4].
The option list given in the key_cb option is available with the key key_cb_private.