diff --git a/README.md b/README.md index 104bc7b..7ace03a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Help -Help for common tasks in V207 \ No newline at end of file +Help for common tasks in V207 + +- [Secure Shell](ssh/index.md) diff --git a/ssh/Graphics/gitea-cmdline-test-success.png b/ssh/Graphics/gitea-cmdline-test-success.png new file mode 100644 index 0000000..e9ca4cb Binary files /dev/null and b/ssh/Graphics/gitea-cmdline-test-success.png differ diff --git a/ssh/gitea-ssh-setup.md b/ssh/gitea-ssh-setup.md new file mode 100644 index 0000000..becd6ad --- /dev/null +++ b/ssh/gitea-ssh-setup.md @@ -0,0 +1,4 @@ +# Gitea ssh setup + +If you have ssh setup properly with gitea, you should be able to test it this way: +![ssh test result using git user: success](Graphics/gitea-cmdline-test-success.png) diff --git a/ssh/index.md b/ssh/index.md new file mode 100644 index 0000000..57b6c25 --- /dev/null +++ b/ssh/index.md @@ -0,0 +1,5 @@ +# Secure Shell (ssh) +Secure Shell is the defacto tool for connecting between devices security in IOT to run commands + +- [Gitea ssh Setup](gitea-ssh-setup.md) +