Eugeny/russh

Add support for non-standard Global Requests

Open

#417 aberto em 19 de dez. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (248 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (1.735 stars)
Métricas de merge de PR
 (Mesclagem média 1d 9h) (5 fundiu PRs em 30d)

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.

Guia do colaborador