diff --git a/README.md b/README.md new file mode 100644 index 0000000..be470f9 --- /dev/null +++ b/README.md @@ -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 +``` + +Sample structure of `start directory` can be found in `test`. diff --git a/test/foo11/foo21/devloop.de b/test/foo11/foo21/devloop.de index 43116c9..3790c71 100644 --- a/test/foo11/foo21/devloop.de +++ b/test/foo11/foo21/devloop.de @@ -1 +1 @@ --l root +-l foobar diff --git a/test/foobar@devloop.de b/test/foobar@devloop.de new file mode 100644 index 0000000..e69de29