Skip to content
#

ssh2

Here are 38 public repositories matching this topic...

enkore
enkore commented Sep 28, 2020

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.

Improve this page

Add a description, image, and links to the ssh2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ssh2 topic, visit your repo's landing page and select "manage topics."

Learn more