diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-06-22 23:24:57 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-06-25 17:21:29 +0200 |
commit | 95dafc361c5715d09f55360d488fd3ede97d1438 (patch) | |
tree | 6d5b48f71f7a53736030bd2860e6b2d17d1eac96 /ssh/.gitignore | |
parent | 46feba9a7b1e4ed023dcdc3c505b67f3eb8348f0 (diff) |
WIP server using libssh, TODO is custom client
I think writing a custom client may work better with the callback
structure, though I'm not sure
Diffstat (limited to 'ssh/.gitignore')
-rw-r--r-- | ssh/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh/.gitignore b/ssh/.gitignore new file mode 100644 index 0000000..2cb4873 --- /dev/null +++ b/ssh/.gitignore @@ -0,0 +1,5 @@ +host_key +host_key.pub +server +*.o +compile_commands.json |