Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 580 Bytes

File metadata and controls

28 lines (20 loc) · 580 Bytes

veil examples

This repository contains example enclave applications that build on top of veil.

ssh-server

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.

ssh root@10.0.0.2

python-fetcher

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