Lines Matching full:dss
9 ssh-dss) dsa=1 ;;
69 expect_result_absent "$f" "ssh-dss"
74 expect_result_absent "$f" "ssh-ed25519-cert-v01.*" "ssh-dss"
79 expect_result_absent "$f" "ssh-ed25519-cert-v01.*" "ssh-dss"
83 expect_result_absent "$f" "ssh-ed25519" "ssh-dss"
87 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss-cert* host | \
89 expect_result_present "$f" "ssh-ed25519" "ssh-dss-cert-v01.*"
90 expect_result_absent "$f" "ssh-dss"
91 f=`${SSH} -GF none -opubkeyacceptedalgorithms=+ssh-dss host | \
93 expect_result_present "$f" "ssh-ed25519" "ssh-ed25519-cert-v01.*" "ssh-dss"
94 expect_result_absent "$f" "ssh-dss-cert-v01.*"