-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines #5976
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't quite know what lunny meant by making PR to remove dependent on ssh-keygen but i need this fix here that they have done to use the internal ssh server since i get ssh-keygen error on 1.7.1 when trying to use internal server
Codecov Report
@@ Coverage Diff @@
## master #5976 +/- ##
=========================================
+ Coverage 38.7% 38.7% +<.01%
=========================================
Files 330 330
Lines 48857 48884 +27
=========================================
+ Hits 18910 18922 +12
- Misses 27207 27217 +10
- Partials 2740 2745 +5
Continue to review full report at Codecov.
|
… server to remove dependent on that command lines
No description provided.