Eugeny/russh

Add support for non-standard Global Requests

Open

#417 opened on 2024年12月19日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Rust (248 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,735 stars)
PR merge metrics
 (平均マージ 1d 9h) (30d で 5 merged PRs)

説明

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.

コントリビューターガイド