{"id":18850569,"url":"https://github.com/vollborn/jetbrains-gateway-ssh","last_synced_at":"2025-04-14T09:22:21.085Z","repository":{"id":50601969,"uuid":"452752529","full_name":"vollborn/jetbrains-gateway-ssh","owner":"vollborn","description":"A SSH Docker container. Made for JetBrains Gateway.","archived":false,"fork":false,"pushed_at":"2024-12-26T17:50:00.000Z","size":16,"stargazers_count":44,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T22:43:03.941Z","etag":null,"topics":["docker","docker-compose","gateway","ide","jetbrains","linux","server","ssh","ssh-server","ubuntu"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vollborn/jetbrains-gateway-ssh","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/vollborn.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":"2022-01-27T16:13:10.000Z","updated_at":"2025-02-27T05:01:34.000Z","dependencies_parsed_at":"2023-01-17T21:16:06.044Z","dependency_job_id":null,"html_url":"https://github.com/vollborn/jetbrains-gateway-ssh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fjetbrains-gateway-ssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fjetbrains-gateway-ssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fjetbrains-gateway-ssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fjetbrains-gateway-ssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vollborn","download_url":"https://codeload.github.com/vollborn/jetbrains-gateway-ssh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852219,"owners_count":21171850,"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":["docker","docker-compose","gateway","ide","jetbrains","linux","server","ssh","ssh-server","ubuntu"],"created_at":"2024-11-08T03:29:55.431Z","updated_at":"2025-04-14T09:22:21.077Z","avatar_url":"https://github.com/vollborn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JetBrains Gateway SSH\n\nJetBrains Gateway SSH was made to provide a clean SSH server for JetBrains Gateway.\n\n## Getting started\n\nJetBrains Gateway SSH is pushed to Docker Hub. You can use this docker-compose.yml example to quickly start a container:\n\n```\nservices:\n  jetbrains-gateway-ssh:\n    image: vollborn/jetbrains-gateway-ssh\n    environment:\n      SSH_USERNAME: \"${SSH_USERNAME:-jetbrains}\"\n      SSH_PASSWORD: \"${SSH_PASSWORD:-jetbrains}\"\n    volumes:\n      - \"./home:/opt/home\"\n      # - \"./setup.sh:/opt/setup.sh\"\n    ports:\n      - \"${SSH_PORT:-22}:22\"\n```\n\nYou should change the default password and username by creating an .env file with your own credentials:\n\n```\nSSH_PORT=22\nSSH_USERNAME=jetbrains\nSSH_PASSWORD=myownpassword\n```\n\n## Development\n\n### 1. Clone the repository\n```shell\ngit clone https://github.com/vollborn/jetbrains-gateway-ssh.git\n```\n\n### 2. Build the container\n```shell\ndocker-compose build\n```\n\n### 3. Copy .env.example to .env\n```shell\n# Linux\ncp .env.example .env\n\n# Windows\ncopy .env.example .env\n```\n\n### 4. Change the default password in the .env file.\n```shell\n# Linux\nvim .env\n\n# Windows\nnotepad .env\n```\n\nCurrent default configuration:\n```\nSSH_PORT=22\nSSH_USERNAME=jetbrains\nSSH_PASSWORD=jetbrains\n```\n\n### 5. Optional: setup script\n\nDo you have additional dependencies you need to install? Just copy the `setup.sh.example`, add your dependencies and mount it as `/opt/setup.sh`.\n\u003cbr\u003eThe script will run every time the container starts.\n\n### 6. Start the Docker\n```shell\ndocker-compose up\n```\n\nCongratulations!\u003cbr\u003e\nYou can now access the SSH server with your specified credentials.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fjetbrains-gateway-ssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvollborn%2Fjetbrains-gateway-ssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fjetbrains-gateway-ssh/lists"}