Searched refs:check_key_present (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/
H A Dhostkey-rotate.sh51 check_key_present() { function
68 check_key_present $primary || fail "unstrict didn't learn key"
76 check_key_present $k || fail "didn't learn keytype $k"
88 check_key_present $k || fail "didn't learn $k correctly"
101 check_key_present ${secondary} $OBJ/hkr.${secondary}.pub.old && \
103 check_key_present ${secondary} || fail "didn't learn changed key"
114 check_key_present ${primary} || fail "current key missing"
115 check_key_present ${primary} $OBJ/hkr.${primary}-new.pub || fail "new key missing"
126 check_key_present ${primary} $OBJ/hkr.${primary}.pub.old && fail "old key present"
127 check_key_present
[all...]
H A Dagent.sh191 check_key_present() { function
202 check_key_present ssh-ed25519-cert-v01@openssh.com
206 check_key_present ssh-ed25519
215 check_key_present ssh-ed25519
218 check_key_present ssh-ed25519

Completed in 149 milliseconds