This repository contains example enclave applications that build on top of veil.
This example runs an OpenSSH server inside an enclave. First, build and start the OpenSSH server by running:
make run app=ssh-server
Next, you can connect to it by running the following command.
The password is root
.
This example runs a Python script that fetches a page over the Internet. Build and start the script by running:
make run app=python-fetcher