Search found 1 match

by crush
Sat Sep 21, 2024 3:18 pm
Forum: Software
Topic: Bridging between older and newer SSH
Replies: 5
Views: 3491

Re: Bridging between older and newer SSH

You can allow your modern SSH server to use older ciphers by adding this to your sshd_config:

Code: Select all

KexAlgorithms=+diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-rsa
I don't know how far back a legacy SSH client would connect but one from 2004 seems to works for me.