Skip to content

Commit

Permalink
ci: tell sshd that we want ssh-rsa still
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Mar 17, 2023
1 parent c43f8ad commit 8afac4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/travisbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ HostKey ${SSHD_DIR}/id_rsa
PidFile ${SSHD_DIR}/pid
AuthorizedKeysFile ${HOME}/.ssh/authorized_keys
LogLevel DEBUG
# For now let's accept ssh-rsa so the rest of the setup works
RSAAuthentication yes
HostKeyAlgorithms ssh-rsa
PubkeyAcceptedAlgorithms ssh-rsa
PasswordAuthentication yes
PubkeyAuthentication yes
ChallengeResponseAuthentication no
Expand Down

0 comments on commit 8afac4b

Please sign in to comment.