We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any plans to create a nuget package with this version? Currently isn't there any ssh teamspeak query package.
The text was updated successfully, but these errors were encountered:
I'm working on it!
Sorry, something went wrong.
Is there any progress on this package?
I backported some code from @lgrund to match the existing API: https://github.com/nikeee/TeamSpeak3QueryAPI/compare/ssh-backports
Current use is like this:
var sshClient = new SshProtocolClient("username", "password"); var client = new TeamSpeakClient(new QueryClient("server.com", 1234, sshClient))
This may change in the future, but maybe you want to evaluate if it works.
Side question: Whats your opinion on how we'd verify the SSH fingerprint of the remote server?
No branches or pull requests
Are there any plans to create a nuget package with this version? Currently isn't there any ssh teamspeak query package.
The text was updated successfully, but these errors were encountered: