Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new session functions #27

Open
enkore opened this issue Sep 28, 2020 · 1 comment
Open

Implement new session functions #27

enkore opened this issue Sep 28, 2020 · 1 comment

Comments

@enkore
Copy link
Member

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.

(eref 42d478fb6976)

@pkittenis
Copy link
Member

pkittenis commented Oct 3, 2020

Thanks for interest and report.

SSH_LOG_ have been implemented, not released yet - see #30.

PR welcome for the session functions.

@pkittenis pkittenis changed the title Some bits and pieces are missing Implement new session functions Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants