SSH applications using of https://codeberg.org/vimacs/ssh_protocol-ada
- Ada 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| client-demo | ||
| deps | ||
| openssh_utils | ||
| trendy_terminal_config | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
ssh_apps
SSH applications using of https://codeberg.org/vimacs/ssh_protocol-ada
Build
First update the submodules:
git submodule init
git submodule update --init --checkout
Some of the projects require trendy_terminal, you first need to copy trendy_terminal_config to deps/trendy_terminal/config.
To build ssh-client with libsodium, OpenSSL, and SPARKNaCl backends:
cp -r trendy_terminal_config trendy_terminal/config
gprbuild -P client-demo/client_demo_libsodium.gpr -aP ssh_protocol-ada
gprbuild -P client-demo/client_demo_openssl.gpr -aP ssh_protocol-ada
gprbuild -P client-demo/client_demo_sparknacl.gpr -aP deps/ssh_protocol-ada -aP deps/base64 -aP deps/SPARKNaCl -aP deps/trendy_terminal