{"id":16239850,"url":"https://github.com/nopnop2002/esp-idf-ssh-client","last_synced_at":"2025-03-19T16:31:38.872Z","repository":{"id":108987872,"uuid":"371857805","full_name":"nopnop2002/esp-idf-ssh-client","owner":"nopnop2002","description":"ssh client for esp-idf","archived":false,"fork":false,"pushed_at":"2025-02-27T00:13:46.000Z","size":655,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T00:18:13.747Z","etag":null,"topics":["esp-idf","esp32","libssh2","ssh","ssh-client"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nopnop2002.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-29T01:51:58.000Z","updated_at":"2025-02-27T00:13:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3343561-df1d-40b3-8073-100b5318f568","html_url":"https://github.com/nopnop2002/esp-idf-ssh-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopnop2002%2Fesp-idf-ssh-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopnop2002%2Fesp-idf-ssh-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopnop2002%2Fesp-idf-ssh-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nopnop2002%2Fesp-idf-ssh-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nopnop2002","download_url":"https://codeload.github.com/nopnop2002/esp-idf-ssh-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006260,"owners_count":20382441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32","libssh2","ssh","ssh-client"],"created_at":"2024-10-10T13:45:23.029Z","updated_at":"2025-03-19T16:31:38.865Z","avatar_url":"https://github.com/nopnop2002.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp-idf-ssh-client\nssh client for esp-idf.   \nYou can use the ssh API to execute remote command.   \nThis project use [this](https://gitlab.com/ch405labs/ch405labs_esp_libssh2) ssh library.   \nThis is great work.   \n\n# Software requirements\nESP-IDF V5.0 or later.   \nESP-IDF V4.4 release branch reached EOL in July 2024.   \n\n\n# Installation\n```\ngit clone https://github.com/nopnop2002/esp-idf-ssh-client\ncd esp-idf-ssh-client/\nidf.py menuconfig\nidf.py flash\n```\n\n# Configuration   \n\n![config-main](https://user-images.githubusercontent.com/6020549/120054821-3d755500-c06d-11eb-950c-d357d0a9fdef.jpg)\n![config-app](https://user-images.githubusercontent.com/6020549/166416531-7fa74d94-86fc-4cac-a568-74de07d7a051.jpg)\n\n- SSH Host   \nIP address or mDNS host name.   \n\n# ssh command list   \nssh command list is defined ssh/command.txt.\n```\n$ cat ssh/command.txt\nuname -a\nls -l\ncat /etc/os-release\n```\n\n\n# Screen Shot\n![ssh-client-1](https://user-images.githubusercontent.com/6020549/120056024-b1ffc200-c074-11eb-8507-1bb566b0cc7c.jpg)\n\n# Reference\nhttps://github.com/nopnop2002/esp-idf-scp-client\n\nYou can use scp and ssh to do heavy processing that esp32 alone cannot.  \nFor example, image processing:   \n- Take a picture using the esp32-cam.   \n- Send image files to remote using scp-put.   \n- Image processing such as shading is performed on the remote side using scp-client.   \n- Receive image file from remote using scp-get.   \n\nhttps://github.com/nopnop2002/esp-idf-telnet-client   \nThis also works with ESP-IDF V5.X.   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnopnop2002%2Fesp-idf-ssh-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnopnop2002%2Fesp-idf-ssh-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnopnop2002%2Fesp-idf-ssh-client/lists"}