Warren
a771a30e66
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Implement SSH Phase 13.1: Enterprise-level security configuration
- Add ssh_security_config.rs module (150 lines)
- Define SshSecurityConfig structure (GatewayPorts, PermitOpen, etc.)
- Implement enterprise_default() and development_default()
- Add validate_tcpip_forward_request() security validation
- Add validate_direct_tcpip_channel() security validation
- Integrate SshSecurityConfig into server.rs
- Add SSH_MSG_GLOBAL_REQUEST handling in service loop
- Initialize PortForwardManager for port forwarding
- Create data/ssh_config.json example file
- Support session counting (increment/decrement)
- All compilation tests passed successfully
2026-06-15 16:56:38 +08:00
..
2026-05-17 05:44:32 +08:00
2026-06-13 14:39:18 +08:00
2026-06-15 16:56:38 +08:00
2026-06-15 13:54:57 +08:00
2026-05-16 20:47:28 +08:00
2026-06-15 16:56:38 +08:00