Files
s3h/README.md
T

21 lines
675 B
Markdown
Raw Normal View History

2026-04-03 20:16:38 +02:00
[![status-badge](https://build.devloop.de/api/badges/10/status.svg?events=push%2Cmanual%2Ctag)](https://build.devloop.de/repos/10)
2023-08-23 23:45:54 +02:00
# S3H
2023-08-23 23:44:45 +02:00
Select a ssh config file which will be used to connect to a host via - you guessed it - ssh. The content of the config file is _NOT_ like `ssh_config`. The content will be read by line and every line will be added as parameter to the ssh command. So you can use your global and/or user defined `ssh_config` and still add options.
2023-08-23 23:51:40 +02:00
![Screenshot](screenshot.png)
2023-08-23 23:44:45 +02:00
## Usage
```
./s3h.sh <start directory>
```
Sample structure of `start directory` can be found in `test`.
2023-09-08 22:59:28 +02:00
## Quickstart
```
mkdir ~/.s3h
touch root@example.org
./s3h.sh
```