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

Adding ssh as nuget package #62

Open
lgund opened this issue Sep 8, 2020 · 3 comments
Open

Adding ssh as nuget package #62

lgund opened this issue Sep 8, 2020 · 3 comments

Comments

@lgund
Copy link

lgund commented Sep 8, 2020

Are there any plans to create a nuget package with this version? Currently isn't there any ssh teamspeak query package.

@nikeee
Copy link
Owner

nikeee commented Oct 6, 2020

I'm working on it!

@kereis
Copy link

kereis commented Oct 25, 2021

Is there any progress on this package?

@nikeee
Copy link
Owner

nikeee commented Dec 11, 2021

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?

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

3 participants