An open API service indexing awesome lists of open source software.

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

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;
}
}
```