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.