We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43f8ad commit 8afac4bCopy full SHA for 8afac4b
script/travisbuild
@@ -15,7 +15,10 @@ HostKey ${SSHD_DIR}/id_rsa
15
PidFile ${SSHD_DIR}/pid
16
AuthorizedKeysFile ${HOME}/.ssh/authorized_keys
17
LogLevel DEBUG
18
+# For now let's accept ssh-rsa so the rest of the setup works
19
RSAAuthentication yes
20
+HostKeyAlgorithms ssh-rsa
21
+PubkeyAcceptedAlgorithms ssh-rsa
22
PasswordAuthentication yes
23
PubkeyAuthentication yes
24
ChallengeResponseAuthentication no
0 commit comments