From 95dafc361c5715d09f55360d488fd3ede97d1438 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 22 Jun 2020 23:24:57 +0200 Subject: 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 --- ssh/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ssh/.gitignore (limited to 'ssh/.gitignore') 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 -- cgit v1.2.3-54-g00ecf