diff --git a/README.md b/README.md index 99b5c0f..3641df5 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,10 @@ Or you can just tell me in person on Friday. - `cd ` - Change directory (disabled for you atm) - `help` or `man` - Get help about a command (some commands need one or the other) - `su` - Switch user Eg. `su gituser` (you will be prompted for the password) - - `logout` - Log out of the server (also `Ctrl+D`) \ No newline at end of file + - `logout` - Log out of the server (also `Ctrl+D`) + +### Without SSH +If you don't have SSH you will be shown this message when you try to connect: +!['ssh' is not recognized asan internal or external command, operable probgram or batch file.](not_installed.png) +If this happens for you, you can use https://ssh.boysbrigade.au to connect to the server over the web. +Use username `BB` and the same password as you would to SSH. \ No newline at end of file diff --git a/not_installed.png b/not_installed.png new file mode 100644 index 0000000..9582ab9 Binary files /dev/null and b/not_installed.png differ