Eugeny/russh

Add support for non-standard Global Requests

Open

#417 ouverte le 19 déc. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (248 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (1 735 stars)
Métriques de merge PR
 (Merge moyen 1j 9h) (5 PRs mergées en 30 j)

Description

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.

Guide contributeur