{"id":19095478,"url":"https://github.com/eyedeekay/i2p-ssh-config","last_synced_at":"2025-08-16T11:09:49.722Z","repository":{"id":84672001,"uuid":"157060083","full_name":"eyedeekay/i2p-ssh-config","owner":"eyedeekay","description":"Proof-of-Concept for an apt-installable ssh-over-i2p configuration using i2pd's new tunnels.d folder","archived":false,"fork":false,"pushed_at":"2018-11-14T12:38:47.000Z","size":94,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T13:53:08.340Z","etag":null,"topics":["i2p","i2pd","openssh","sshd","tunnel"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eyedeekay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2018-11-11T08:14:32.000Z","updated_at":"2025-03-02T14:51:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"547acb87-a3dc-4fae-b3f3-949b8c03f8c1","html_url":"https://github.com/eyedeekay/i2p-ssh-config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eyedeekay/i2p-ssh-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedeekay%2Fi2p-ssh-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedeekay%2Fi2p-ssh-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedeekay%2Fi2p-ssh-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedeekay%2Fi2p-ssh-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyedeekay","download_url":"https://codeload.github.com/eyedeekay/i2p-ssh-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedeekay%2Fi2p-ssh-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270702562,"owners_count":24630877,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["i2p","i2pd","openssh","sshd","tunnel"],"created_at":"2024-11-09T03:34:08.880Z","updated_at":"2025-08-16T11:09:49.541Z","avatar_url":"https://github.com/eyedeekay.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i2p-ssh-config\n\n[![Build Status](https://travis-ci.org/eyedeekay/i2p-ssh-config.svg?branch=master)](https://travis-ci.org/eyedeekay/i2p-ssh-config)\n\nRequires: [i2pd 2.21](https://github.com/purplei2p/i2pd/) and [genmkfile](https://github.com/whonix/genmkfile/)\n\nOptionally can be used with: [samcatd](https://github.com/eyedeekay/sam-forwarder) and [java-i2p](https://geti2p.net), but\ncompatibility is momentarily limited due to the current shortcomings of samcatd.\n\nProof-of-Concept for an apt-installable ssh-over-i2p configuration using i2pd's\nnew tunnels.conf.d folder. It consists of an alternate set of configuration\nfiles for OpenSSH and i2pd that automatically configures the sshd with fresh,\ni2p-only keys, only on the localhost, on port 7622. Then it forwards that new\nSSH service to the i2p network. All automatically. It doesn't have all the\nfeatures I want it to yet, but I've tried it and it works.\n\nIt runs a totally separate sshd, with different keys than the default sshd.\nSince it depends on sshd being installed, it attempts to detect a pre-existing\n/etc/ssh/sshd_config and if one does not exist, it stops the default sshd after\ninstalling the package. If someone knows a better way to do that I'd like to\nknow.\n\nThe larger point is that with the use of /etc/i2pd/tunnels.conf.d instead of a\nsingle monolithic tunnels.conf file, it becomes possible to express the\nconfiguration of a service that you wish to forward to i2p as an easy-to-install\nand easy-to create package. In this case it's OpenSSH sshd, but it could be any\nservice that could benefit from being routed using i2p.\n\nGetting genmkfile from Whonix\n-----------------------------\n\ngenmkfile is pretty awesome for deterministically encapsulating configuration.\n\n  1. Add [Whonix's Signing Key](https://www.whonix.org/wiki/Whonix_Signing_Key).\n\n```sh\n    sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg adv --keyserver hkp://ipv4.pool.sks-keyservers.net:80 --recv-keys 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA\n```\n\n  2. Add Whonix's APT repository.\n\n```sh\necho \"deb http://deb.whonix.org stretch main\" | sudo tee /etc/apt/sources.list.d/whonix.list\n```\n\n  3. Update your package lists.\n\n```sh\nsudo apt-get update\n```\n\n  4. Install `genmkfile`.\n\n```sh\nsudo apt-get install genmkfile\n```\n\nBuilding the package yourself\n-----------------------------\n\nIf you have debuild and make installed, you can build the experimental package\nby running\n\n```sh\nmake deb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedeekay%2Fi2p-ssh-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyedeekay%2Fi2p-ssh-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedeekay%2Fi2p-ssh-config/lists"}