Unable to access to the website interface after update

Hi guys,
I was unable to access to the web interface after update. i got some messages error after i run this command in the terminal. Does anyone have clue?
ssh -N -f -L localhost:39010:localhost:39010 cryosparc
stty: standard input: Inappropriate ioctl for device
stty: standard input: Inappropriate ioctl for device
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535

I checked the ~/.ssh/config and everything looks fine.
Host *
ServerAliveCountMax 4
ServerAliveInterval 15

Host cryosparc
HostName xxxxx
User xxxx
ProxyCommand ssh -q xxxx -W %h:%p

What are the outputs of the commands (on your laptop or desktop computer)?

uname -a
ssh cryosparc uname -a
ssh cryosparc ps -eo pid,ppid,start,cmd | grep cryosparc_

?

Thanks for quick reply. below are the outputs.

(base) [xxx@xxx ~]$ uname -a
Linux xxxx 4.18.0-477.15.1.el8_8.x86_64 #1 SMP Wed Jun 28 15:04:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
(base) [xxx@xxx ~]$ ssh cryosparc uname -a
Bad owner or permissions on /etc/crypto-policies/back-ends/openssh.config
(base) [xxx@xxx ~]$ ssh cryosparc ps -eo pid,ppid,start,cmd | grep cryosparc_
Bad owner or permissions on /etc/crypto-policies/back-ends/openssh.config
(base) [xxx@xxx ~]$

below are outputs.
uname -a
Linux xxx 4.18.0-477.15.1.el8_8.x86_64 #1 SMP Wed Jun 28 15:04:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
ssh cryosparc uname -a
Bad owner or permissions on /etc/crypto-policies/back-ends/openssh.config
ssh cryosparc ps -eo pid,ppid,start,cmd | grep cryosparc_
Bad owner or permissions on /etc/crypto-policies/back-ends/openssh.config

Have you investigated this warning or error?

I am not sure what cause this issues. we put our GPU computer in our shool HPC room. typically, these guys not us do the daily maintenance. we also do not have the root permission. when they do the maintenance , they may close some connections. Is that could be the reason?

I am under the impression that the ownership/permissions issue occurs on the “local” computer on which you run the ssh command and, presumably, a web browser. You may want to contact the “local” computer’s administrator for help.

it show same error messages when i run that commands on my local computer. HPC guys told me maintenance is still not done. I guess that could be the reason.
uname -a
CYGWIN_NT-10.0-WOW dpb-xxx-7071 3.3.5(0.341/5/3) 2022-06-12 08:16 i686 GNU/Linux
ssh cryosparc uname -a
stty: standard input: Inappropriate ioctl for device
stty: standard input: Inappropriate ioctl for device
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
ssh cryosparc ps -eo pid,ppid,start,cmd | grep cryosparc_
stty: standard input: Inappropriate ioctl for device
stty: standard input: Inappropriate ioctl for device
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535

I am now not sure whether this is a problem on the ssh client computer, the jump host and/or the CryoSPARC server.