Compare commits
2 Commits
9e16f56749
...
20dbd1ed62
Author | SHA1 | Date | |
---|---|---|---|
20dbd1ed62 | |||
b17b19c0c0 |
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#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`.
|
@ -1 +1 @@
|
|||||||
-l root
|
-l foobar
|
||||||
|
0
test/foobar@devloop.de
Normal file
0
test/foobar@devloop.de
Normal file
Loading…
x
Reference in New Issue
Block a user