mirror of
https://github.com/m1ngsama/TNT.git
synced 2026-02-08 08:54:05 +00:00
10 lines
345 B
Markdown
10 lines
345 B
Markdown
# TODO
|
|
|
|
## Maintenance
|
|
- [ ] Replace deprecated `libssh` functions in `src/ssh_server.c`:
|
|
- `ssh_message_auth_password` (deprecated in newer libssh)
|
|
- `ssh_message_channel_request_pty_width`
|
|
- `ssh_message_channel_request_pty_height`
|
|
|
|
## Future Features
|
|
- [ ] Implement robust command handling for non-interactive SSH exec requests.
|