Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 5b93d3c

Browse files
committed
Allow RSA signatures using SHA-1 hash algorithm
This was disabled by default at openssh 8.8 but is still used by some git implementations eg Azure DevOps Signed-off-by: David Hotham <[email protected]>
1 parent 9615263 commit 5b93d3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/ssh_config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ StrictHostKeyChecking yes
33
IdentityFile /etc/fluxd/ssh/identity
44
IdentityFile /var/fluxd/keygen/identity
55
LogLevel error
6+
HostkeyAlgorithms +ssh-rsa
7+
PubkeyAcceptedAlgorithms +ssh-rsa

0 commit comments

Comments
 (0)