mirror of
https://github.com/Threnklyn/ssh-config-manager.git
synced 2026-05-21 14:23:29 +02:00
15 lines
322 B
Markdown
15 lines
322 B
Markdown
# ssh-config-manager
|
|
Small Script to connect with ssh server defined in ssh config
|
|
|
|
## Install
|
|
download the script
|
|
```
|
|
wget https://raw.github.com/Kuchenm0nster/ssh-config-manager/master/ssh-manager.sh
|
|
```
|
|
make it executable
|
|
```
|
|
chmod +x ssh-manager.sh
|
|
```
|
|
run with `./ssh-manager.sh`
|
|
you can rename the file as you wish
|