Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimecuvalo/firessh
free, cross-platform SSH terminal client for Firefox and Chrome
https://github.com/mimecuvalo/firessh
addon chrome cli firefox javascript ssh
Last synced: about 1 month ago
JSON representation
free, cross-platform SSH terminal client for Firefox and Chrome
- Host: GitHub
- URL: https://github.com/mimecuvalo/firessh
- Owner: mimecuvalo
- Created: 2011-10-07T21:12:07.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T16:12:14.000Z (over 3 years ago)
- Last Synced: 2024-10-20T05:58:55.348Z (2 months ago)
- Topics: addon, chrome, cli, firefox, javascript, ssh
- Language: JavaScript
- Homepage: http://firessh.net
- Size: 14.4 MB
- Stars: 184
- Watchers: 24
- Forks: 41
- Open Issues: 33
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# firessh
## Important!
After 13 years and 25 million downloads later, Firefox has officially removed FireFTP and FireSSH support from the browser. Thus, I've ended support / development of the addons. I recommend switching to [Waterfox](http://www.waterfoxproject.org) to continue using the addons.## Setting up the repository
`FireSSH` has a dependency on the [paramikojs](https://github.com/mimecuvalo/paramikojs) library so it's a couple more steps than just cloning.
git clone git://github.com/mimecuvalo/firessh.git
git submodule init
git submodule update## Roadmap
- explore webassembly for core logic. previously had tried workers but had trouble since transferring data arrays across
the boundary was expensive.
- look at using https://github.com/Yomguithereal/react-blessed instead of the current CLI code.