Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-standard Global Requests #417

Open
chrong14 opened this issue Dec 19, 2024 · 1 comment
Open

Add support for non-standard Global Requests #417

chrong14 opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chrong14
Copy link

chrong14 commented Dec 19, 2024

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.

@Eugeny
Copy link
Owner

Eugeny commented Dec 19, 2024

No - currently there is no support for non-standard global or channel requests

@Eugeny Eugeny changed the title How can we send custom name Global Request? Add support for non-standard Global Requests Dec 19, 2024
@Eugeny Eugeny added enhancement New feature or request good first issue Good for newcomers labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants