Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 408 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 408 Bytes

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