https://github.com/shabunin/sshebra
ssh as cli
https://github.com/shabunin/sshebra
Last synced: 2 months ago
JSON representation
ssh as cli
- Host: GitHub
- URL: https://github.com/shabunin/sshebra
- Owner: shabunin
- License: mit
- Created: 2023-12-12T16:57:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T02:20:48.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:11:14.573Z (4 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshebra
ssh-server with custom commands inside.
Inspired by:
* [github.com/shazow/ssh-chat](https://github.com/shazow/ssh-chat)
* [github.com/quackduck/devzat](https://github.com/quackduck/devzat)## Description
```text
go run .
``````
ssh doesntmatter@localhost -p 4242 -i ./mykey
...
```## Features
[github.com/gliderlabs/ssh](https://github.com/gliderlabs/ssh) features:
- [x] PTY terminal
- [x] Password auth
- [x] Pubkey authentication
- [x] Subsystem handling