https://github.com/linyows/nginx-ssh-module
SSH reverse proxy for nginx
https://github.com/linyows/nginx-ssh-module
Last synced: 19 days ago
JSON representation
SSH reverse proxy for nginx
- Host: GitHub
- URL: https://github.com/linyows/nginx-ssh-module
- Owner: linyows
- Created: 2018-09-20T06:53:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T09:35:36.000Z (over 6 years ago)
- Last Synced: 2025-04-15T00:06:05.234Z (19 days ago)
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nginx SSH module
==This ssh module for nginx.
Usage
--```
ssh {
proxy on;
proxy_pass_error_message on;auth_http 127.0.0.1:58080/ssh_auth;
server {
listen 8022;
}
}
```