From 20dbd1ed623b5b4c811cf660615d97a405ea6b7c Mon Sep 17 00:00:00 2001 From: damage Date: Wed, 23 Aug 2023 23:44:45 +0200 Subject: [PATCH] README + additional sample --- README.md | 9 +++++++++ test/foo11/foo21/devloop.de | 2 +- test/foobar@devloop.de | 0 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README.md create mode 100644 test/foobar@devloop.de 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