• Home
  • Raw
  • Download

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 … &quot;privateKey&quot;: &quot;A String&quot;, # Hardware-backed private key text in SSH format.
143 …&quot;publicKey&quot;: &quot;A String&quot;, # Public key text in SSH format, defined by [RFC4253]…
152 &quot;sshPublicKeys&quot;: { # A map from SSH public key fingerprint to the associated key object.
153 &quot;a_key&quot;: { # The SSH public key information associated with a Google account.
155 …gerprint&quot;: &quot;A String&quot;, # Output only. The SHA-256 fingerprint of the SSH public key.
156 …&quot;key&quot;: &quot;A String&quot;, # 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 …&quot;fingerprint&quot;: &quot;A String&quot;, # Output only. The SHA-256 fingerprint of the SSH p…
175 …&quot;key&quot;: &quot;A String&quot;, # 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 … &quot;privateKey&quot;: &quot;A String&quot;, # Hardware-backed private key text in SSH format.
215 …&quot;publicKey&quot;: &quot;A String&quot;, # Public key text in SSH format, defined by [RFC4253]…
224 … &quot;sshPublicKeys&quot;: { # A map from SSH public key fingerprint to the associated key object.
225 &quot;a_key&quot;: { # The SSH public key information associated with a Google account.
227 …gerprint&quot;: &quot;A String&quot;, # Output only. The SHA-256 fingerprint of the SSH public key.
228 …&quot;key&quot;: &quot;A String&quot;, # Public key text in SSH format, defined by RFC4253 section…