Skip to content

Example enclave applications that build on top of veil

License

Notifications You must be signed in to change notification settings

Amnesic-Systems/veil-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Example enclave applications that build on top of veil

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published