Sfoglia il codice sorgente

ci: remove check-ssh-keys (#6136)

Yihau Chen 6 mesi fa
parent
commit
93999b8010
2 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 4
      ci/check-ssh-keys.sh
  2. 0 1
      ci/test-sanity.sh

+ 0 - 4
ci/check-ssh-keys.sh

@@ -1,4 +0,0 @@
-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

+ 0 - 1
ci/test-sanity.sh

@@ -51,7 +51,6 @@ source ci/_
 
 _ ci/check-channel-version.sh
 _ ci/nits.sh
-_ ci/check-ssh-keys.sh
 
 scripts/increment-cargo-version.sh check