Sha256: 3075f605fc0f9a7d4006d3d6530c4ee182f015b9c61ad8b80df8378383f83234
Contents?: true
Size: 440 Bytes
Versions: 22
Compression:
Stored size: 440 Bytes
Contents
Feature: Remove a public key Background: Given I successfully run `conjur user create alice@$ns` And I successfully run `ssh-keygen -t rsa -C "laptop" -N "" -f ./id_alice_$ns` Scenario: To remove a public key, use the user's login name and the key name (-C option to ssh-keygen) Given I successfully run `conjur pubkeys add alice@$ns @id_alice_$ns.pub` Then I successfully run `conjur pubkeys delete alice@$ns laptop`
Version data entries
22 entries across 22 versions & 1 rubygems