Last VSCode 1.82 = issue with VMS-IDE 1.5.55

Here you can discuss the universal Integrated Development Environment for OpenVMS.

Topic author
l.cedric
Valued Contributor
Posts: 51
Joined: Thu Jul 18, 2019 8:18 am
Reputation: 0
Status: Offline

Last VSCode 1.82 = issue with VMS-IDE 1.5.55

Post by l.cedric » Mon Sep 11, 2023 4:52 am

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
Last edited by l.cedric on Mon Sep 11, 2023 4:55 am, edited 1 time in total.


Topic author
l.cedric
Valued Contributor
Posts: 51
Joined: Thu Jul 18, 2019 8:18 am
Reputation: 0
Status: Offline

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

Post by l.cedric » Tue Oct 03, 2023 6:02 am

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

Post Reply