Skip to content

PeronGH/cli2ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli2ssh

Turn any CLI program into a SSH server.

Installation

go install github.com/PeronGH/cli2ssh/cmd/cli2ssh@latest

Usage

# Check usage
cli2ssh --help

# Basic example: echo the username
cli2ssh -c 'echo Hello, {{ .User }}.'

# More practical example: serve oterm publicly
cli2ssh -h 0.0.0.0 -e 'OTERM_DATA_DIR=userdata/{{ .User }}' -c $(which oterm)

Use Cases

  • Share a CLI program with someone who doesn't have it installed.
  • Publicly host a TUI program, allowing it to be accessed like a web page.
  • Let me know if you have any other ideas!
## TODO

- [ ] Authentication
- [ ] Add tests
- [ ] Integrate with GitHub Actions

About

Turn any CLI program into a SSH server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages