https://github.com/disinterpreter/sshext
https://github.com/disinterpreter/sshext
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disinterpreter/sshext
- Owner: Disinterpreter
- License: mit
- Created: 2016-09-09T12:47:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T14:54:43.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T14:51:25.979Z (5 months ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshext
Smart shell on simple unix ssh client
# Install
For debian/ubuntu:
sudo apt-get install libclass-dbi-sqlite-perland put files into:
/opt/sshextend/And make symlink:
`ln -s /opt/sshextend/bin/sshext /usr/bin/`
# Usage
If you want add server exec:
`sshext -n local 127.0.0.1`
or
`sshext -n local 127.0.0.1 22`
and connect:
`sshext -c local`many commands in: `sshext -h`