Forum Discussion
Add ssh-rsa to 17.1.1 host key algorithm
- Jan 17, 2024
Good find.
Unfortunately, I do not think there is any alternative way. The only thing I can think of is possibly proxying the SSH client connection via a Jumphost server which supports the ssh-rsa host key algorithm.
You may want to create a Support Case with F5 to see if they are able to provide any further suggestions.
I would check this:
bash
grep "IFS" /bin/scp-checkfp
IF - you have " --- it should be changed to '
will not effect traffic flow - and should fix without restarting anything.
process:
mount -o remount,rw /usr
vi /bin/scp-checkfp
search for : IFS=$"\n"
change to " IFS=$'\n'
mount -o remount,ro /usr
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com