Hi
I have linux centos 9 machine and i cant connect with ssh to 6850 , if i do ssh to 6860 its work.
I have 5 os6850 and all of them the same problem .
Is someone know ? I thinks is because of the RSA or something like that .
Is there any solution for that ?
Ssh from centos 9 to os6850
- frank
- Alcatel Unleashed Certified Guru
- Posts: 3363
- Joined: 06 Jul 2004 00:18
- Location: New York
- Contact:
Re: Ssh from centos 9 to os6850
Did you look at the ssh logs on centos to see why it's not connecting?
Code Free Or Die
Re: Ssh from centos 9 to os6850
I think there is problem with the RSA
Re: Ssh from centos 9 to os6850
Hello,
If it's RSA disabled you can try
ssh -oHostKeyAlgorithms=+ssh-rsa user@legacyhost
Without logs it is too hard to understand what is the error, try with ssh -V
https://www.openssh.com/legacy.html
Regards
If it's RSA disabled you can try
ssh -oHostKeyAlgorithms=+ssh-rsa user@legacyhost
Without logs it is too hard to understand what is the error, try with ssh -V
https://www.openssh.com/legacy.html
Regards
Re: Ssh from centos 9 to os6850
Hi
The error i get
unable to negotiate with 10.9.72.155 port 22: no matching host key type found. Their offer: ssh-dss
The error i get
unable to negotiate with 10.9.72.155 port 22: no matching host key type found. Their offer: ssh-dss
Re: Ssh from centos 9 to os6850
Hello,
Ok, could you try ssh -oHostKeyAlgorithms=+ssh-dss user@legacyhost
Ok, could you try ssh -oHostKeyAlgorithms=+ssh-dss user@legacyhost