ssh-python icon indicating copy to clipboard operation
ssh-python copied to clipboard

Implement new session functions

Open enkore opened this issue 3 years ago • 1 comments

Functions replacing deprecated functions are missing:

  • Session:
    • is_server_known -> is_known_server
    • dump_knownhost -> export_known_hosts_entry
    • write_knownhost -> update_known_hosts

Some constants are missing

  • SSH_LOG_xxx (for SSH_OPTIONS_LOG_VERBOSITY; Workaround: use SSH_OPTIONS_LOG_VERBOSITY_STR)

This is pretty minor stuff, not sure if it is even worth addressing.

(eref 42d478fb6976)

enkore avatar Sep 28 '20 17:09 enkore