Add ssh key check (#6149)
This commit is contained in:
4
ci/check-ssh-keys.sh
Executable file
4
ci/check-ssh-keys.sh
Executable file
@ -0,0 +1,4 @@
|
||||
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
|
Reference in New Issue
Block a user