{"id":28303219,"url":"https://github.com/steveb/ssh2telnet","last_synced_at":"2025-07-10T00:04:30.750Z","repository":{"id":286908702,"uuid":"960100061","full_name":"steveb/ssh2telnet","owner":"steveb","description":"A container image which runs an SSH server and proxies connections to a telnet server.","archived":false,"fork":false,"pushed_at":"2025-04-08T23:46:28.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T11:46:47.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/steveb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-03T21:26:04.000Z","updated_at":"2025-04-08T23:46:32.000Z","dependencies_parsed_at":"2025-04-09T00:45:46.198Z","dependency_job_id":null,"html_url":"https://github.com/steveb/ssh2telnet","commit_stats":null,"previous_names":["steveb/ssh2telnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steveb/ssh2telnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveb%2Fssh2telnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveb%2Fssh2telnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveb%2Fssh2telnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveb%2Fssh2telnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steveb","download_url":"https://codeload.github.com/steveb/ssh2telnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveb%2Fssh2telnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505747,"owners_count":23618966,"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":"2025-05-23T22:15:04.979Z","updated_at":"2025-07-10T00:04:30.742Z","avatar_url":"https://github.com/steveb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"ssh2telnet\n==========\n\nA container image which runs an SSH server and proxies connections to a telnet\nserver.\n\nTelnet related environment variables\n------------------------------------\n- `HOST` address of telnet host\n- `USERNAME` used in `telnet.sh` expect login script\n- `PASSWORD` used in `telnet.sh` expect login script\n\nSSH related environment variables\n---------------------------------\n- `PASSWORD` password set for user account\n- `KEY` string of public key to connect to ssh\n\nBuilding\n--------\n\nRun the following to build::\n\n    buildah bud -t --build-arg user=switch ssh2telnet:latest .\n\nRunning\n-------\n\nCreate an environment file `env.bash`::\n\n    USERNAME=manager\n    PASSWORD=\u003cpassword\u003e\n    HOST=telnet.example.com\n    KEY=\u003cpublic key contents\u003e\n\nRun the container::\n\n    podman run -p 2222:2222 --env-file ./env.bash --rm ssh2telnet:latest\n\nConnect to the container::\n\n    ssh switch@localhost -p 2222\n\ntelnet.sh\n---------\n\nThis is an `expect` script specific to a telnet connection that requires a\nlogin. It can be customised by replacing in the image or bind mounting an\nalternative.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveb%2Fssh2telnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveb%2Fssh2telnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveb%2Fssh2telnet/lists"}