Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/ushell-module-ssh
Unix like shell module for ssh.
https://github.com/afeiship/ushell-module-ssh
alias cli command ssh unix ushell
Last synced: 28 days ago
JSON representation
Unix like shell module for ssh.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-ssh
- Owner: afeiship
- Created: 2016-09-25T15:08:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T13:51:20.000Z (about 4 years ago)
- Last Synced: 2024-10-26T22:53:16.600Z (3 months ago)
- Topics: alias, cli, command, ssh, unix, ushell
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ushell-module-ssh
> Unix like shell module for ssh.## installation
```shell
npm i -S @jswork/ushell-module-ssh
```## resources
- http://www.howtogeek.com/168119/fixing-warning-unprotected-private-key-file-on-linux/
- https://my.oschina.net/grnick/blog/201155
- http://rabexc.org/posts/pitfalls-of-ssh-agents
- http://blog.joncairns.com/2013/12/understanding-ssh-agent-and-ssh-add/