No password connect #1078
Unanswered
eversoutheast
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is no password for my Linux server. Below code doesn't work.
var ssh = new SshClient("192.168.1.3", "root", ""); ssh.Connect();
Any solutions to solve this? Thanks in advance.`
Beta Was this translation helpful? Give feedback.
All reactions