Skip to content

Commit 8afac4b

Browse files
committed
ci: tell sshd that we want ssh-rsa still
1 parent c43f8ad commit 8afac4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/travisbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ HostKey ${SSHD_DIR}/id_rsa
1515
PidFile ${SSHD_DIR}/pid
1616
AuthorizedKeysFile ${HOME}/.ssh/authorized_keys
1717
LogLevel DEBUG
18+
# For now let's accept ssh-rsa so the rest of the setup works
1819
RSAAuthentication yes
20+
HostKeyAlgorithms ssh-rsa
21+
PubkeyAcceptedAlgorithms ssh-rsa
1922
PasswordAuthentication yes
2023
PubkeyAuthentication yes
2124
ChallengeResponseAuthentication no

0 commit comments

Comments
 (0)