I added an SSH key with a ttl of 60 seconds with this command: gcloud
compute os-login ssh-keys add --key-file ~/.ssh/id_rsa.pub --ttl 60s I
expected after after expiration, the SSH key would be deleted. After the
expiration, the key is still listed ...