Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 544 Bytes

File metadata and controls

12 lines (10 loc) · 544 Bytes

TODO

Maintenance

  • Replace deprecated libssh functions in src/ssh_server.c:
    • ssh_message_auth_passwordauth_password_function callback (✓ completed)
    • ssh_message_channel_request_pty_width/heightchannel_pty_request_function callback (✓ completed)
    • Migrated to callback-based server API as of libssh 0.9+

Future Features

  • Implement robust command handling for non-interactive SSH exec requests.
    • Basic exec support completed (handles exit command)
    • All tests passing