diff --git a/README.md b/README.md index be470f9..19db0d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ #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. +![Screenshot](screenshot.png) + ## Usage ``` ./s3h.sh diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..bc02c55 Binary files /dev/null and b/screenshot.png differ