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

Where is the place that takes in a sent command and sends it through SSH #128

Closed
CJendantix opened this issue Mar 29, 2023 · 2 comments
Closed

Comments

@CJendantix
Copy link
Contributor

I'm not 100% familiar with the api you use, nor your codebase, so I was wondering if you could guide me to the place that actually sends the command with ssh.

@nirui
Copy link
Owner

nirui commented Mar 30, 2023

Hello,

At the client-side, the user input is handled by sendData function. However, fiddling with the inner workings of the software without understanding the whole is not recommended, and unnecessary if you were trying to fix #107, as it requires a completely different mechanism which Sshwifty don't currently support (i.e. changing how sendData works will not help with that).

Also, this is a little bit awkward but I still wanted to say, a pull request (#122) don't make you my slave, you are not forced to do any of this. So :)

(Well, actually, no amount of pull requests makes anybody a slave. Just so we are clear)

@CJendantix
Copy link
Contributor Author

Thanks lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants