starting a ssh setup document

This commit is contained in:
2026-06-22 12:53:31 +00:00
parent 2a94388fa5
commit c3dd151c79
4 changed files with 12 additions and 1 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# Help # Help
Help for common tasks in V207 Help for common tasks in V207
- [Secure Shell](ssh/index.md)
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

+4
View File
@@ -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)
+5
View File
@@ -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)