Lines Matching full:ssh
95 <p class="firstline">Adds an SSH public key and returns the profile information. Default POSIX acco…
113 BASIC - Includes POSIX and SSH key information.
142 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
143 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
152 "sshPublicKeys": { # A map from SSH public key fingerprint to the associated key object.
153 "a_key": { # The SSH public key information associated with a Google account.
155 …gerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH public key.
156 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
165 …<pre>Adds an SSH public key and returns the profile information. Default POSIX account information…
172 { # The SSH public key information associated with a Google account.
174 …"fingerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH p…
175 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…
183 BASIC - Includes POSIX and SSH key information.
193 { # A response message for importing an SSH public key.
214 … "privateKey": "A String", # Hardware-backed private key text in SSH format.
215 …"publicKey": "A String", # Public key text in SSH format, defined by [RFC4253]…
224 … "sshPublicKeys": { # A map from SSH public key fingerprint to the associated key object.
225 "a_key": { # The SSH public key information associated with a Google account.
227 …gerprint": "A String", # Output only. The SHA-256 fingerprint of the SSH public key.
228 …"key": "A String", # Public key text in SSH format, defined by RFC4253 section…