Condividi tramite


ComputeInstanceSshSettings Classe

Credenziali per un account utente amministratore per SSH nel nodo di calcolo.

Può essere configurato solo se ssh_public_access_enabled è impostato su true nella risorsa di calcolo.

Ereditarietà
builtins.object
ComputeInstanceSshSettings

Costruttore

ComputeInstanceSshSettings(*, ssh_key_value: str | None = None, **kwargs: Any)

Parametri

Nome Descrizione
ssh_key_value
Necessario

Chiave pubblica SSH dell'account utente amministratore.

Parametri di sole parole chiave

Nome Descrizione
ssh_key_value
Necessario

Esempio

Configurazione dell'oggetto ComputeInstanceSshSettings.


   from azure.ai.ml.entities import ComputeInstanceSshSettings

   ssh_settings = ComputeInstanceSshSettings(
       ssh_key_value="ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ administrator@MININT-2023"
   )

Attributi

admin_username

Nome dell'account utente amministratore che può essere usato per connettersi tramite SSH ai nodi.

Restituisce

Tipo Descrizione
str

Nome dell'account utente amministratore.

ssh_port

Porta SSH.

Restituisce

Tipo Descrizione
str

Porta SSH.