Eugeny/russh

Add support for non-standard Global Requests

Open

#417 aperta il 19 dic 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Rust (248 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (1735 star)
Metriche merge PR
 (Merge medio 1g 9h) (5 PR mergiate in 30 g)

Descrizione

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.

Guida contributor