aboutsummaryrefslogtreecommitdiff
path: root/ssh/client.c
Commit message (Collapse)AuthorAge
* ssh: client: Improve countingTom Smeding2021-01-28
|
* ssh: client: Fix 'help' text to include 'leave'Tom Smeding2020-10-12
|
* ssh/client: Exit on tomsg error, don't re-loopTom Smeding2020-10-03
|
* ssh: Update clientlib for protocol version 3Tom Smeding2020-10-03
|
* ssh/client: Fix CLI help textTom Smeding2020-10-03
|
* clientlib: Support get_messageTom Smeding2020-07-29
|
* clientlib: Update to protocol version 2 with repliesTom Smeding2020-07-28
|
* ssh/client: More ergonomic interface with / commands and focusingTom Smeding2020-07-13
|
* ssh: Less debug logging againTom Smeding2020-07-13
|
* tomsg_clientlib: Async connect routinesTom Smeding2020-07-13
| | | | | This is quite complex, and it probably can be implemented with a simpler API and implementation. Regardless, it _seems_ to work.
* ssh/client: Better event formattingTom Smeding2020-07-13
|
* tomsg_clientlib: Proper hostkey checkingTom Smeding2020-07-12
|
* Add simple client using the tomsg clientlibTom Smeding2020-07-12
|
* ssh: Some executable renamingsTom Smeding2020-07-12
|
* ssh: Add userdata to sshnc hostkey checkerTom Smeding2020-07-09
|
* ssh: Abstract SSH communication in mini-libraryTom Smeding2020-07-09
|
* ssh: Working proxy server (with too much debug logging)Tom Smeding2020-06-26
|
* ssh: WIP ssh proxy serverTom Smeding2020-06-25
|
* ssh custom clientTom Smeding2020-06-25