Skip to content

dropping into a shell is cooler than opening a website.

License

Notifications You must be signed in to change notification settings

skyeto/foxshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxshell

Tiny SSH server

Development

# Run
mix deps.get
mix run --no-halt

# Connect
ssh localhost -p1234

Deployment

# Build release
git clone https://github.com/skyeto/foxshell
cd foxshell
MIX_ENV=prod mix release
cd ..

# Create archive and copy
tar -cvf foxshell.tar foxshell
rsync foxshell.tar [remote ssh]:~/test.tar

# Run
_build/prod/rel/foxshell/bin/foxshell start

About

dropping into a shell is cooler than opening a website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages