Home
last modified time | relevance | path

Searched defs:SSHKey (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dssh_key.go18 type SSHKey struct { struct
19 *Resource // ID
20 propName // 名
21 propDescription // 説
22 propCreatedAt // 作成日
24 PublicKey string `json:",omitempty"` // 公開
25 Fingerprint string `json:",omitempty"` // フィンガープリン
30 SSHKey anonMember
35 func (k *SSHKey) GetPublicKey() string {
40 func (k *SSHKey) SetPublicKey(pKey string) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/sacloud/
H A Dssh_key.go18 type SSHKey struct { struct
19 *Resource // ID
20 propName // 名
21 propDescription // 説
22 propCreatedAt // 作成日
24 PublicKey string `json:",omitempty"` // 公開
25 Fingerprint string `json:",omitempty"` // フィンガープリン
30 SSHKey anonMember
35 func (k *SSHKey) GetPublicKey() string {
40 func (k *SSHKey) SetPublicKey(pKey string) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/
H A Dssh_key.go6 type SSHKey struct { struct
7 ID int `json:"id"`
8 Name string `json:"name"`
9 Fingerprint string `json:"fingerprint"`
10 PublicKey string `json:"public_key"`
11 Labels map[string]string `json:"labels"`
12 Created time.Time `json:"created"`
26 SSHKey SSHKey `json:"ssh_key"` member
38 SSHKey SSHKey `json:"ssh_key"` member
49 SSHKey SSHKey `json:"ssh_key"` member
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/
H A Dssh_key.go6 type SSHKey struct { struct
7 ID int `json:"id"`
8 Name string `json:"name"`
9 Fingerprint string `json:"fingerprint"`
10 PublicKey string `json:"public_key"`
11 Labels map[string]string `json:"labels"`
12 Created time.Time `json:"created"`
26 SSHKey SSHKey `json:"ssh_key"` member
38 SSHKey SSHKey `json:"ssh_key"` member
49 SSHKey SSHKey `json:"ssh_key"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/transip/gotransip/v6/sshkey/
H A Dsshkey.go10 SSHKey string `json:"sshKey,omitempty"` member
21 SSHKey SSHKey `json:"sshKey"` member
30 type SSHKey struct { struct
32 ID int64 `json:"id,omitempty"`
34 Description string `json:"description,omitempty"`
36 Key string `json:"key"`
38 MD5Fingerprint string `json:"fingerprint"`
40 CreationDate rest.Time `json:"creationDate"`
/dports/security/vault/vault-1.8.2/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` argument
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` argument
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go11 type SSHKey struct { struct
12 ID int `json:"id"`
13 Label string `json:"label"`
14 SSHKey string `json:"ssh_key"` member
15 CreatedStr string `json:"created"`
16 Created *time.Time `json:"-"`
22 SSHKey string `json:"ssh_key"` member
31 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
38 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
77 func (i *SSHKey) fixDates() *SSHKey {
/dports/security/lego/lego-4.5.3/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go13 type SSHKey struct { struct
14 ID int `json:"id"`
15 Label string `json:"label"`
16 SSHKey string `json:"ssh_key"` member
17 Created *time.Time `json:"-"`
23 SSHKey string `json:"ssh_key"` member
32 func (i *SSHKey) UnmarshalJSON(b []byte) error {
52 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
59 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go13 type SSHKey struct { struct
14 ID int `json:"id"`
15 Label string `json:"label"`
16 SSHKey string `json:"ssh_key"` member
17 Created *time.Time `json:"-"`
23 SSHKey string `json:"ssh_key"` member
32 func (i *SSHKey) UnmarshalJSON(b []byte) error {
52 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
59 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/linode/linodego/
H A Dprofile_sshkeys.go13 type SSHKey struct { struct
14 ID int `json:"id"`
15 Label string `json:"label"`
16 SSHKey string `json:"ssh_key"` argument
17 Created *time.Time `json:"-"`
23 SSHKey string `json:"ssh_key"` member
32 func (i *SSHKey) UnmarshalJSON(b []byte) error {
52 func (i SSHKey) GetCreateOptions() (o SSHKeyCreateOptions) {
59 func (i SSHKey) GetUpdateOptions() (o SSHKeyUpdateOptions) {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/commands/
H A Dssh_key.go10 type SSHKey struct { struct
11 logger logger
12 stateValidator stateValidator
13 sshKeyGetter sshKeyGetter
14 Director bool
40 func (s SSHKey) CheckFastFails(subcommandFlags []string, state storage.State) error {
44 func (s SSHKey) Execute(subcommandFlags []string, state storage.State) error {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/JamesClonk/vultr/lib/
H A Dsshkeys.go10 type SSHKey struct { struct
11 ID string `json:"SSHKEYID"`
12 Name string `json:"name"`
13 Key string `json:"ssh_key"`
14 Created string `json:"date_created"`
55 func (c *Client) UpdateSSHKey(key SSHKey) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/packet/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/packethost/packngo/
H A Dsshkeys.go24 type SSHKey struct { struct
25 ID string `json:"id"`
26 Label string `json:"label"`
27 Key string `json:"key"`
28 FingerPrint string `json:"fingerprint"`
29 Created string `json:"created_at"`
30 Updated string `json:"updated_at"`
31 User User `json:"user,omitempty"`
32 URL string `json:"href,omitempty"`
35 func (s SSHKey) String() string {

1234567