You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My program is doing netconf communication. (me is netconf client)
1-1. When I use 'ssh.net-netconf', all of them(connect/sendreceieve ) success.
1-2. When I use 'ssh.net', only connect success.
what difference?
I need host key algorithm "ecdsa-sha2-nistp256". But netconf package has just rsa, dss.
How can I add "ecdsa-sha2-nistp256" algorithm without ssh.net package?