{"id":18310568,"url":"https://github.com/eudoxia0/trivial-ssh","last_synced_at":"2025-10-30T10:30:23.081Z","repository":{"id":21481596,"uuid":"24800350","full_name":"eudoxia0/trivial-ssh","owner":"eudoxia0","description":"An SSH client library for Common Lisp (Built on libssh2)","archived":false,"fork":false,"pushed_at":"2021-04-03T03:15:23.000Z","size":30,"stargazers_count":43,"open_issues_count":12,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-23T05:21:57.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eudoxia0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-04T20:08:21.000Z","updated_at":"2024-09-27T14:25:24.000Z","dependencies_parsed_at":"2022-08-21T14:20:46.217Z","dependency_job_id":null,"html_url":"https://github.com/eudoxia0/trivial-ssh","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/eudoxia0%2Ftrivial-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eudoxia0%2Ftrivial-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eudoxia0%2Ftrivial-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eudoxia0%2Ftrivial-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eudoxia0","download_url":"https://codeload.github.com/eudoxia0/trivial-ssh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238950452,"owners_count":19557533,"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":[],"created_at":"2024-11-05T16:14:53.789Z","updated_at":"2025-10-30T10:30:22.645Z","avatar_url":"https://github.com/eudoxia0.png","language":"Common Lisp","funding_links":[],"categories":["Frameworks and Libs","Interfaces to other package managers"],"sub_categories":["Common Lisp","Third-party APIs"],"readme":"# trivial-ssh\n\n[![Build Status](https://travis-ci.org/eudoxia0/trivial-ssh.svg?branch=master)](https://travis-ci.org/eudoxia0/trivial-ssh)\n\nA simple SSH/SCP library for Common Lisp.\n\n# Usage\n\n## Overview\n\n~~~lisp\n(ssh:with-connection (conn \"example.com\" (ssh:pass \"username\" \"password\"))\n  (ssh:with-command (conn iostream \"ls -a\")\n    ;; Write or read to/from the iostream\n    )\n  (ssh:download-file conn #p\"/remote/file\" #p\"/local/file\")\n  (ssh:upload-file conn #p\"/local/file\" #p\"/remote-file\"))\n~~~\n\n# License\n\nCopyright (c) 2014-2015 Fernando Borretti (eudoxiahp@gmail.com)\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feudoxia0%2Ftrivial-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feudoxia0%2Ftrivial-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feudoxia0%2Ftrivial-ssh/lists"}