{"id":20438149,"url":"https://github.com/yantis/docker-ssh-hpn-x","last_synced_at":"2026-04-19T01:38:05.152Z","repository":{"id":30109835,"uuid":"33659649","full_name":"yantis/docker-ssh-hpn-x","owner":"yantis","description":"Docker Arch Linux High Performance SSH/SCP - HPN-SSH Client / Server Container with X-Forwarding support.","archived":false,"fork":false,"pushed_at":"2016-07-04T14:57:33.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-19T01:38:02.720Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yantis.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}},"created_at":"2015-04-09T09:14:10.000Z","updated_at":"2023-05-01T03:15:53.000Z","dependencies_parsed_at":"2022-08-26T09:52:06.470Z","dependency_job_id":null,"html_url":"https://github.com/yantis/docker-ssh-hpn-x","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yantis/docker-ssh-hpn-x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yantis%2Fdocker-ssh-hpn-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yantis%2Fdocker-ssh-hpn-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yantis%2Fdocker-ssh-hpn-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yantis%2Fdocker-ssh-hpn-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yantis","download_url":"https://codeload.github.com/yantis/docker-ssh-hpn-x/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yantis%2Fdocker-ssh-hpn-x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"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":[],"created_at":"2024-11-15T09:09:28.930Z","updated_at":"2026-04-19T01:38:05.135Z","avatar_url":"https://github.com/yantis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssh-hpn-x\n\nOn Docker hub [ssh-hpn-x](https://registry.hub.docker.com/u/yantis/ssh-hpn-x/)\non Github [docker-ssh-hpn-x](https://github.com/yantis/docker-ssh-hpn-x)\n\n[High Performance SSH/SCP - HPN-SSH](http://www.psc.edu/index.php/hpn-ssh) with X-Forwarding support.\nOpenSSH_6.8p1-hpn14v5, OpenSSL 1.0.2a 19 Mar 2015\n\n\n### Docker Images Structure\n\u003e[yantis/archlinux-tiny](https://github.com/yantis/docker-archlinux-tiny)\n\u003e\u003e[yantis/archlinux-small](https://github.com/yantis/docker-archlinux-small)\n\u003e\u003e\u003e[yantis/archlinux-small-ssh-hpn](https://github.com/yantis/docker-archlinux-ssh-hpn)\n\u003e\u003e\u003e\u003e[yantis/ssh-hpn-x](https://github.com/yantis/docker-ssh-hpn-x)\n\u003e\u003e\u003e\u003e\u003e[yantis/dynamic-video](https://github.com/yantis/docker-dynamic-video)\n\u003e\u003e\u003e\u003e\u003e\u003e[yantis/virtualgl](https://github.com/yantis/docker-virtualgl)\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e[yantis/wine](https://github.com/yantis/docker-wine)\n\n\nThis layer adds 33MB to the [archlinux-small-ssh-hpn]\n(https://registry.hub.docker.com/u/yantis/archlinux-small-ssh-hpn/) layer. You would run it just like you would that one but this time include\na -X (or -Y if that doesn't work) when SSHing in.\n\n```bash\nssh -Y docker@hostname -p 49158\n```\n\nPreinstalled with xterm, xeyes, and xcalc for testing.\nYou should be able to type any of those out of the box and it should work.\n\nThere are security implications associated with X-Forwarding.\nIt is advisable to read up on it. This is a good [post](https://padraic2112.wordpress.com/2007/07/09/bad-security-201-remote-x-sessions-over-ssh/)\nIf you absolutly trust the host you should be fine (ie: as an example I run X-forwarding on AWS where my IP is the only allowed IP in security group).\n\nHere is a screenshot of wireshark launched on an AWS ec2 instance.\n![](http://yantis-scripts.s3.amazonaws.com/screenshot_20150409-014946.jpg)\n\nIf you have AWS and If this is something you want to play with check out the [launch.sh](https://github.com/yantis/docker-ssh-hpn-x/blob/master/launch.sh)\nscript on github. It will create a new AWS ec2 instance, install docker and launch the container then log you in. It should work with the AWS free tier.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyantis%2Fdocker-ssh-hpn-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyantis%2Fdocker-ssh-hpn-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyantis%2Fdocker-ssh-hpn-x/lists"}