Skip to content

Commit

Permalink
Check SSH login doesn't work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Jul 16, 2024
1 parent eb51cfc commit fc1b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ echo "Test connectivity to outside"
make connect-to-cloudflare

echo "Check if SSH login to firewall works"
ssh -o StrictHostKeyChecking=no -o "PubkeyAcceptedKeyTypes +ssh-rsa" -i files/ssh/id_rsa [email protected] -C exit
#ssh -o StrictHostKeyChecking=no -o "PubkeyAcceptedKeyTypes +ssh-rsa" -i files/ssh/id_rsa [email protected] -C exit

echo "Successfully started mini-lab"

0 comments on commit fc1b921

Please sign in to comment.