Prefer bettercrypto cyphers

This commit is contained in:
Bob Mottram 2016-11-30 19:16:27 +00:00
parent 28e8155750
commit fa9c3b6f22
1 changed files with 0 additions and 27 deletions

View File

@ -754,15 +754,6 @@ function test_stig {
output "V-38616" $? ${SETLANG}
################
##RHEL-06-000243
##The SSH daemon must be configured to use only FIPS 140-2 approved ciphers.
bash $STIG_TESTS_DIR/check-ssh-ciphers.sh > /dev/null 2>&1 &
stig_spinner $!
output "V-38617" $? ${SETLANG}
################
##RHEL-06-000247
##The system clock must be synchronized continuously, or at least daily.
@ -929,24 +920,6 @@ function test_stig {
output "V-38674" $? ${SETLANG}
################
##RHEL-06-000294
##All GIDs referenced in /etc/passwd must be defined in /etc/group
check $STIG_TESTS_DIR/check-gids.sh >/dev/null 2>&1 &
stig_spinner $!
output "V-38681" $? ${SETLANG}
################
##RHEL-06-000296
##All accounts on the system must have unique user or account names
check $STIG_TESTS_DIR/check-uniq-names.sh >/dev/null 2>&1 &
stig_spinner $!
output "V-38683" $? ${SETLANG}
################
##RHEL-06-000302
##A file integrity tool must be used at least weekly to check for unauthorized file changes, particularly the addition of unauthorized system libraries or binaries, or for unauthorized modification to authorized system libraries or binaries.