{"id":21492374,"url":"https://github.com/teal33t/obfuscated-openssh-server","last_synced_at":"2026-03-19T20:37:12.762Z","repository":{"id":247670709,"uuid":"826513976","full_name":"teal33t/obfuscated-openssh-server","owner":"teal33t","description":"Obfuscated SSH proxy server setup using obfuscated OpenSSH and Docker","archived":false,"fork":false,"pushed_at":"2024-07-10T16:15:43.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T21:15:51.933Z","etag":null,"topics":["anti-censorship","obfuscated-ssh","proxy-server","proxy-tool","ssh-server","ssh-tunnel","tunnel-server","tunneling"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/teal33t.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":"2024-07-09T21:18:12.000Z","updated_at":"2024-12-16T18:39:15.000Z","dependencies_parsed_at":"2024-07-10T12:14:31.318Z","dependency_job_id":null,"html_url":"https://github.com/teal33t/obfuscated-openssh-server","commit_stats":null,"previous_names":["teal33t/obfuscated-openssh-tunnel","teal33t/obfuscated-openssh-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teal33t%2Fobfuscated-openssh-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teal33t","download_url":"https://codeload.github.com/teal33t/obfuscated-openssh-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244023699,"owners_count":20385310,"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":["anti-censorship","obfuscated-ssh","proxy-server","proxy-tool","ssh-server","ssh-tunnel","tunnel-server","tunneling"],"created_at":"2024-11-23T15:28:40.652Z","updated_at":"2026-01-03T08:05:53.619Z","avatar_url":"https://github.com/teal33t.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obfuscated SSH Service - Server\n\nThis project sets up an SSH service with obfuscated SSH support. It uses Docker to containerize the service and provides an example of how to connect using a client with SSH obfuscation.\n\nIf you are looking for **Obfuscated SSH Service - Client**, go to [https://github.com/teal33t/obfuscated-openssh-client](https://github.com/teal33t/obfuscated-openssh-client) \n\n## Getting Started\n\n### Prerequisites\n\n- Docker and Docker Compose installed\n- A basic understanding of SSH\n- [Installing Obfuscated OpenSSH on your client](https://zinglau.com/projects/ObfuscatedOpenSSHPatches.html)\n\n### Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/teal33t/obfuscated-openssh-tunnel\n   cd https://github.com/teal33t/obfuscated-openssh-tunnel\n   ```\n\n2. **Build and start the container:**\n   ```bash\n   docker-compose up --build -d\n   ```\n\n### Configuration\n\n- **Ports:**\n   - Standard SSH port: `2223`\n   - Obfuscated SSH port: `8443`\n\n- **Volumes:**\n   - `./sshd_config:/etc/ssh/sshd_config:ro` - The SSH configuration file is mounted read-only from the host.\n\n## Connecting with an SSH Client\n\nTo connect to the obfuscated SSH service, you should install obfuscated-ssh on your client machine\n\n```bash\napt-add-repository ppa:zinglau/obfuscated-openssh\napt-get update\napt-get install ssh\n```\n\nAnd for connecting:\n\n\n```bash\nssh -p 8443 -o ObfuscateKeyword=123qwer -D 0.0.0.0:1080 sshuser@your-server-ip\n```\n\n- `-p 8443`: Specifies the port to connect to (obfuscated port)\n- `-o ObfuscateKeyword=123qwer`: Uses the obfuscation keyword configured in `sshd_config`, change it use a secure phrase.\n- `-D 0.0.0.0:1080`: Sets up a SOCKS proxy on port `1080`\n- `sshuser@your-server-ip`: Connects to the SSH service as `sshuser`\n\n## Troubleshooting\n\n- Ensure Docker is running.\n- Verify that ports `2223` and `8443` are open and not used by other services.\n- Check the logs for any errors:\n  ```bash\n  docker logs \u003ccontainer-id\u003e\n  ```\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgements\n\n- [zinglau](https://zinglau.com/projects/ObfuscatedOpenSSHPatches.html)\n- [obfuscated-openssh](https://computerscot.github.io/obfuscated-ssh)\n- [obfuscated-openssh](https://github.com/brl/obfuscated-openssh)\n\n---\n\nFeel free to contribute to this project by submitting issues or pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteal33t%2Fobfuscated-openssh-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteal33t%2Fobfuscated-openssh-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteal33t%2Fobfuscated-openssh-server/lists"}