Eugeny/russh

Add support for non-standard Global Requests

Open

#417 创建于 2024年12月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (248 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (1,735 star)
PR 合并指标
 (平均合并 1天 9小时) (30 天内合并 5 个 PR)

描述

when we use golang, we can do this

# create a ssh connection
sshConn, chans, reqs, err := ssh.NewClientConn(conn, "", t.sshConfig)

# use sshConn to send a Global Request named "config"
_, configerr, err := sshConn.SendRequest("config", true, conf)

I really want to know if russh can send custom name global request as well.

贡献者指南