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.

貢獻者指南