{"id":18679248,"url":"https://github.com/code-monad/lutra","last_synced_at":"2026-01-25T14:31:56.391Z","repository":{"id":155222845,"uuid":"229501469","full_name":"code-monad/lutra","owner":"code-monad","description":"A Simple CommandLine Security-Shell Manager written in Pony 🐴","archived":false,"fork":false,"pushed_at":"2019-12-23T05:06:23.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T15:12:04.707Z","etag":null,"topics":["cli","ponylang","ssh","ssh-keys","ssh-manager","ssh-manager-cli"],"latest_commit_sha":null,"homepage":null,"language":"Pony","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-monad.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-22T00:53:57.000Z","updated_at":"2021-07-17T18:30:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1bfd80c-ef9f-4a70-93a1-f31b628573fe","html_url":"https://github.com/code-monad/lutra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-monad/lutra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Flutra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Flutra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Flutra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Flutra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-monad","download_url":"https://codeload.github.com/code-monad/lutra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-monad%2Flutra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","ponylang","ssh","ssh-keys","ssh-manager","ssh-manager-cli"],"created_at":"2024-11-07T09:42:45.325Z","updated_at":"2026-01-25T14:31:56.370Z","avatar_url":"https://github.com/code-monad.png","language":"Pony","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lutra - A Simple CommandLine Security-Shell Manager written in Pony 🐴\n\n[中文说明](./README.zh.md)\n\n## Installation\n\nArch users can install Lutra from AUR like above now.\n```shell\nyay -S lutra # Assumes you use the Yay\n```\n\n## Build From Source\n\n### Dependency\n\nYou'll need `ponyc` to build this program. Check [ponyc](https://github.com/ponylang/ponyc) if you don't know what it is.\n\n### Install\n\nRun `make \u0026\u0026 sudo make install` to install lutra. Default install destination is `/usr/bin/lutra`\n\n## Usage\n\nThe default config path is `${HOME}/.config/lutra/lutra.conf`, if not exist the program would automaticly create an empty one.\n\n### Add A Named Host\n\n`lutra -a NAME HOST [-p PORT] [-k SSH_KEY_FILE]`\n\n### Connect to A Exist Named Host\n\n`lutra NAME`\n\n### Delete A Named Host\n\n`lutra -d NAME`\n\n### Set A Host as Default\n\n`lutra -u test -s`\n\nAfter this command, lutra will use `test` as default host.\n\n*If no default host was set, program will choose the first one in the config.*\n\n`lutra # connet to test now!！`\n\n\n### Parameters\n\n**usage: lutra [options] [node] [dest]**\n\n#### Options:\n\n\t-i, --identify        Specify a username to connect with\n\n\t-l, --list            List all nodes\n\t\n\t-h, --help            Get this page.\n\t\n\t-a, --add             Adding a new node\n\t\n\t-s, --default         Set a node as default\n\t\n\t-f, --apply           Applying a new config file\n\t\n\t-d, --delete          Deleting a node\n\t\n\t-k, --key             Which ssh key to use\n\t\n\t-u, --update          Update a node\n\t\n\t-p, --port=22         Connection port, default to be 22\n\t\n\tArgs:\n   \t\t\u003cnode\u003e    Given host name\n   \t\t\u003cdest\u003e    Destination of the host\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-monad%2Flutra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-monad%2Flutra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-monad%2Flutra/lists"}