Compare commits

..

No commits in common. "20dbd1ed623b5b4c811cf660615d97a405ea6b7c" and "9e16f5674999dee7d6e8528cf7fb411b87a89128" have entirely different histories.

4 changed files with 1 additions and 10 deletions

View File

@ -1,9 +0,0 @@
#S3H
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.
## Usage
```
./s3h.sh <start directory>
```
Sample structure of `start directory` can be found in `test`.

View File

View File

@ -1 +1 @@
-l foobar -l root

View File