-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.SshPublicKey.yml
53 lines (42 loc) · 1.76 KB
/
azure.mgmt.computefleet.models.SshPublicKey.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.SshPublicKey
name: SshPublicKey
fullName: azure.mgmt.computefleet.models.SshPublicKey
module: azure.mgmt.computefleet.models
summary: 'Contains information about SSH certificate public key and the path on the
Linux
VM where the public key is placed.'
constructor:
syntax: 'SshPublicKey(*args: Any, **kwargs: Any)'
variables:
- description: 'Specifies the full path on the created VM where ssh public key is
stored. If
the file already exists, the specified key is appended to the file. Example:
/home/user/.ssh/authorized_keys.'
name: path
types:
- <xref:str>
- description: 'SSH public key certificate used to authenticate with the VM through
ssh. The
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
see [Create SSH keys on Linux and Mac for Linux VMs in
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).'
name: key_data
types:
- <xref:str>
attributes:
- uid: azure.mgmt.computefleet.models.SshPublicKey.key_data
name: key_data
summary: 'SSH public key certificate used to authenticate with the VM through ssh.
The
key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys,
see [Create SSH keys on Linux and Mac for Linux VMs in
Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).'
signature: 'key_data: str | None'
- uid: azure.mgmt.computefleet.models.SshPublicKey.path
name: path
summary: 'Specifies the full path on the created VM where ssh public key is stored.
If
the file already exists, the specified key is appended to the file. Example:
/home/user/.ssh/authorized_keys.'
signature: 'path: str | None'