solana/ci/check-ssh-keys.sh

5 lines
138 B
Bash
Raw Normal View History

2019-09-27 10:55:51 -07:00
if grep -q rsa net/scripts/solana-user-authorized_keys.sh; then
echo "No rsa keys allowed, small key sizes are insecure."
exit 1
fi