Created
January 30, 2023 23:43
-
-
Save ryansch/bb0f6212fe49e08e597c8394d8c1bec0 to your computer and use it in GitHub Desktop.
Enable old SHA-1 based rsa stuff for unifi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
exec ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment