Home
last modified time | relevance | path

Searched refs:createSSHKey (Results 1 – 15 of 15) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dssh_key_test.go18 kTest1, _ := createSSHKey(t, client, orgTest)
19 kTest2, _ := createSSHKey(t, client, orgTest)
117 kTest, _ := createSSHKey(t, client, orgTest)
146 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
160 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
173 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
199 kTest, _ := createSSHKey(t, client, orgTest)
H A Dworkspace_test.go681 sshKeyTest, sshKeyTestCleanup := createSSHKey(t, client, orgTest)
726 sshKeyTest, sshKeyTestCleanup := createSSHKey(t, client, orgTest)
H A Dhelper_test.go695 func createSSHKey(t *testing.T, client *Client, org *Organization) (*SSHKey, func()) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dssh_key_test.go18 kTest1, kTestCleanup1 := createSSHKey(t, client, orgTest)
20 kTest2, kTestCleanup2 := createSSHKey(t, client, orgTest)
119 kTest, kTestCleanup := createSSHKey(t, client, orgTest)
149 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
163 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
176 kBefore, kTestCleanup := createSSHKey(t, client, orgTest)
202 kTest, _ := createSSHKey(t, client, orgTest)
H A Dworkspace_test.go741 sshKeyTest, sshKeyTestCleanup := createSSHKey(t, client, orgTest)
786 sshKeyTest, sshKeyTestCleanup := createSSHKey(t, client, orgTest)
H A Dhelper_test.go674 func createSSHKey(t *testing.T, client *Client, org *Organization) (*SSHKey, func()) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/drivers/digitalocean/
H A Ddigitalocean.go205 key, err := d.createSSHKey()
261 func (d *Driver) createSSHKey() (*godo.Key, error) { func
/dports/sysutils/docker-machine/machine-0.16.2/drivers/digitalocean/
H A Ddigitalocean.go221 key, err := d.createSSHKey()
279 func (d *Driver) createSSHKey() (*godo.Key, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/drivers/softlayer/
H A Ddriver.go417 key, err := d.createSSHKey()
476 func (d *Driver) createSSHKey() (*SSHKey, error) { func
/dports/sysutils/docker-machine/machine-0.16.2/drivers/softlayer/
H A Ddriver.go417 key, err := d.createSSHKey()
476 func (d *Driver) createSSHKey() (*SSHKey, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/drivers/vmwarevcloudair/
H A Dvcloudair.go247 key, err := d.createSSHKey()
609 func (d *Driver) createSSHKey() (string, error) { func
/dports/sysutils/docker-machine/machine-0.16.2/drivers/vmwarevcloudair/
H A Dvcloudair.go247 key, err := d.createSSHKey()
606 func (d *Driver) createSSHKey() (string, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/drivers/openstack/
H A Dopenstack.go394 if err := d.createSSHKey(); err != nil {
677 func (d *Driver) createSSHKey() error { func
/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/builder/
H A Ddisk.go651 key, err := b.createSSHKey(strKey)
660 func (b *DiskBuilder) createSSHKey(strKey string) (*sacloud.SSHKey, error) { func
/dports/sysutils/docker-machine/machine-0.16.2/drivers/openstack/
H A Dopenstack.go415 if err := d.createSSHKey(); err != nil {
731 func (d *Driver) createSSHKey() error { func