aboutsummaryrefslogtreecommitdiff
path: root/ssh
Commit message (Collapse)AuthorAge
* ssh: Add client proxyTom Smeding2020-07-09
|
* ssh: Add userdata to sshnc hostkey checkerTom Smeding2020-07-09
|
* ssh: Abstract SSH communication in mini-libraryTom Smeding2020-07-09
|
* ssh: Use RSA keys because JSch for android is outdatedTom Smeding2020-07-07
|
* 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
|
* ssh server: print host keyTom Smeding2020-06-25
|
* ssh: Working ssh echo serverTom Smeding2020-06-25
|
* WIP server using libssh, TODO is custom clientTom Smeding2020-06-25
I think writing a custom client may work better with the callback structure, though I'm not sure