enhancementgood first issue
Repository-Metriken
- Stars
- (1.735 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 9h) (5 gemergte PRs in 30 T)
Beschreibung
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.