Page 3 of 3

Last VSCode 1.82 = issue with VMS-IDE 1.5.55

Posted: Mon Sep 11, 2023 4:52 am
by l.cedric
Hello,

last week our teams had to reinstall the previous VSCode 1.81.1
instead of the last one 1.82

The issue for Quick Upload or Upload was :
VSCode1.82_VMSIDE1.5.55_issue.jpg
(The full upload tip given in the error message does not help => same issue)

Thanks in advance

Re: Last VSCode 1.82 = issue with VMS-IDE 1.5.55

Posted: Tue Oct 03, 2023 6:02 am
by l.cedric
sergey_vorfolomeev wrote:
Mon Oct 02, 2023 9:32 am
OK. Tomorrow we will release 1.5.59 for all.
Thanks for everything Sergey

So to share with all :

Now it works 8-)

Code: Select all

upload succeeded: src/server/outi/cd_git.com
Quick upload completed successfully. [mantis]
Reminder :
* VSCode 1.82.2
* VMS-IDE 1.5.59

my VMS-IDE ssh config :

Code: Select all

   
        ...
        "skipSignatureVerification": true,
        "algorithms": {
            "serverHostKey": ["ssh-dss"]
	    } 
	...

my c:/users/user/ssh/config is (I don't know if VMS-IDE use it):

Code: Select all

HostKeyAlgorithms +ssh-dss
KexAlgorithms +diffie-hellman-group14-sha256