1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:38:52 +03:00

bastion conf

This commit is contained in:
Anton Afanasyeu
2026-06-17 15:14:53 +02:00
parent f21b3d916d
commit 7da66e1db4

View File

@@ -1,6 +1,10 @@
# FE nginx stream — TCP proxy to BE sshd for RSSH bastion (ra.apps.f0xx.org:443).
# Install on FE (Gentoo); BE runs openssh with Match User ra-* (see sshd_config.d/ra.conf).
#
# *** DO NOT install under BE /etc/nginx/stream.d/ ***
# BE already uses listen 443 ssl in conf.d/apps.conf (http). Stream listen 443 here
# causes: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
#
# Include from nginx.conf:
# include /etc/nginx/stream.d/rssh-bastion.conf;