ssh3 基于http3 的安全shell 实现,基于golang 开发
包含的特性
- 快速会话建立
- 支持基于http 的认证,oauth,openid
- 规避端口扫描,可以实现隐藏能力(零信任经常使用的玩法)
- udp 端口转发以及经典的tcp 端口转发支持
- 基于quic 协议
说明
前段时间openssh 出现了一些安全问题,目前对于安全的ssh server 还是很重要的,ssh3 值得试用下
参考资料
https://arxiv.org/abs/2312.08396
https://github.com/francoismichel/ssh3ssh3 基于http3 的安全shell 实现