mpet

Results 41 comments of mpet
trafficstars

We also tested 'keyboard-interactive' auth before and we could see that it was supported: 2024-08-23 10:55:52,192 (ImplSsh.java:386) DEBUG : Available authentication methods: [publickey, keyboard-interactive, password] We could see that when...

Hi I changed to use your example: ` netopeer2Proxy = toxiproxyClient.createProxy("netconfclient", "0.0.0.0:21212", HOSTNAME+":" + Netopeer2TestUtil.NETCONF_CALL_HOME_TLS_PORT);` Then I can see that my server is actually trying to connect to toxiproxy. 2023-02-21...

@trekawek I also check with the server (Netopeer2) maintainer and he also concluded it is an issue with the proxy. https://github.com/CESNET/netopeer2/issues/1357

@AlexandrMD I have the same issue. Do you know which version that works?

@AlexandrMD which version of docker desktop are you running? I downloaded a recent version of docker desktop and it has Docker v24.0.5 This worked with an older version of docker.

2. Yes I think that is the point of the notification to inform and then we can check yang-lib module info about the change and close session and perform a...

Also just double checking: And there will be no netconf-capability-change notification when the module is changed?

@michalvasko and I guess that there is no difference if we use adding a module?

@rgrunber is there any progress on this. I tried in settings.json ` "java.cleanup.actions": [ { "qualifyMembers": true, "qualifyStaticMembers": true } ] ` or "java.cleanup.actions": [ { "qualifyMembers": "true", "qualifyStaticMembers": "true"...

@rgrunber vscode accepts it. In which context can I use this? - whole java project - maven module - java package - java file And how to perform the check?...