Initial OpenWrt RMM implementation

This commit is contained in:
benya
2026-06-04 15:26:43 +03:00
commit 3cc9385f14
44 changed files with 9892 additions and 0 deletions

26
deploy/tunnel/sshd_config Normal file
View File

@@ -0,0 +1,26 @@
Port 22
ListenAddress 0.0.0.0
HostKey /data/ssh_host_ed25519_key
HostKey /data/ssh_host_rsa_key
PasswordAuthentication no
KbdInteractiveAuthentication no
PermitRootLogin no
PubkeyAuthentication yes
AuthorizedKeysFile /data/authorized_keys
AllowUsers rmm-tunnel
AllowTcpForwarding remote
GatewayPorts yes
PermitTunnel no
PermitTTY no
X11Forwarding no
AllowAgentForwarding no
ClientAliveInterval 30
ClientAliveCountMax 3
LoginGraceTime 30
MaxAuthTries 3
LogLevel VERBOSE
Subsystem sftp internal-sftp