Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomango/action-v2ray
https://github.com/nomango/action-v2ray
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nomango/action-v2ray
- Owner: Nomango
- Created: 2024-01-16T06:57:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T10:20:44.000Z (10 months ago)
- Last Synced: 2024-02-23T08:36:27.294Z (10 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Make sure `GatewayPorts` is enabled on server side.
```bash
sudo sh -c 'echo "GatewayPorts clientspecified" >> /etc/ssh/sshd_config'
sudo systemctl reload sshd
```> [!TIP]
> Start a server in container:
> ```
> docker run -it testcontainers/sshd:1.1.0 /usr/sbin/sshd -D -e -o PasswordAuthentication=yes -o PermitRootLogin=yes -o GatewayPorts=clientspecified
> ```
> Default user: root
> Default password: root