Manage ssh keys within Bluemix -


how clean ssh keys virtual servers. have defined number of keys want delete of them , start fresh

i guess right option delete them through openstack client on command line. see here details , on obtain client.

list available ssh keys:

openstack keypair list 

delete specific ssh key:

openstack keypair delete mykey 

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -