https://github.com/codeskyblue/unsafessh
exec remote command easily.
https://github.com/codeskyblue/unsafessh
Last synced: about 2 months ago
JSON representation
exec remote command easily.
- Host: GitHub
- URL: https://github.com/codeskyblue/unsafessh
- Owner: codeskyblue
- License: mit
- Created: 2014-10-14T10:25:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T10:56:01.000Z (over 10 years ago)
- Last Synced: 2025-02-02T01:17:19.821Z (4 months ago)
- Language: Go
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unsafessh
=========
[](http://gobuild.io/github.com/codeskyblue/unsafessh)exec remote command easily.
* no password
* stream stdin,stdout,stderr
* same exitcode in server and client
* send client signal(INT,HUP,TERM) to server## Usage
run in server
```
unsafessh serv
```run in client
```
unsafessh exec -- python -i
```