Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gko/ssh-connect
🐙 simple ssh manager based on bash/zsh history
https://github.com/gko/ssh-connect
bash connect manager ssh zsh
Last synced: 3 months ago
JSON representation
🐙 simple ssh manager based on bash/zsh history
- Host: GitHub
- URL: https://github.com/gko/ssh-connect
- Owner: gko
- License: mit
- Created: 2016-12-26T20:59:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T03:25:17.000Z (over 2 years ago)
- Last Synced: 2024-09-27T01:23:25.525Z (4 months ago)
- Topics: bash, connect, manager, ssh, zsh
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 112
- Watchers: 6
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gko/ssh-connect - 🐙 simple ssh manager based on bash/zsh history (Shell)
README
# ssh-connect
🐙 simple ssh manager. It looks for your previous ssh sessions in `$HISTFILE` and keeps relevant the ones that you reconnect to. Supports bash and zsh.![demo](https://raw.githubusercontent.com/gko/ssh-connect/master/demo.gif)
## Installation
### Manually
```bash
git clone --recursive https://github.com/gko/ssh-connect
```
then in .bashrc or .zshrc:
```bash
source ./ssh-connect/ssh-connect.sh
```### With [antigen](https://github.com/zsh-users/antigen)
In your .zshrc
```sh
antigen bundle gko/ssh-connect
```### With [Fig](https://fig.io)
Fig adds apps, shortcuts, and autocomplete to your existing terminal.
Install `ssh-connect` in just one click.
## Like it?
:star: this repo
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2012-2016 Konstantin Gorodinskiy