次の方法で共有


AcceleratorSshSetting interface

SSH 認証の認証設定。

Extends

プロパティ

authType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

hostKey

Git リポジトリの公開 SSH キー。

hostKeyAlgorithm

Git リポジトリの SSH キー アルゴリズム。

privateKey

Git リポジトリのプライベート SSH キー アルゴリズム。

プロパティの詳細

authType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

authType: "SSH"

プロパティ値

"SSH"

hostKey

Git リポジトリの公開 SSH キー。

hostKey?: string

プロパティ値

string

hostKeyAlgorithm

Git リポジトリの SSH キー アルゴリズム。

hostKeyAlgorithm?: string

プロパティ値

string

privateKey

Git リポジトリのプライベート SSH キー アルゴリズム。

privateKey?: string

プロパティ値

string