Az.Ssh

此課程模組可讓您使用 SSH (Secure Shell) 建立與 Azure 資源的互動式殼層連線,例如 Azure VM 或 Arc 伺服器。 您可以使用 Microsoft Entra 帳戶或本機電腦帳戶來建立連線。 請注意,此模組需要在用戶端計算機上安裝並探索 OpenSSH。 重要注意事項:連線到 Azure Arc 資源時,此模組需要同時在用戶端電腦上安裝 Az.Ssh.ArcProxy 模組。 Cmdlet 會嘗試從 PowerShell 資源庫安裝模組,但使用者也可以選擇自行安裝模組。 用戶也必須有權在 Az.Ssh.ArcProxy 模組中執行 Proxy 檔案,否則連線將會失敗。 您可以在 PowerShell 資源庫中找到 Az.Ssh.ArcServer 模組:https://aka.ms/PowerShellGallery-Az.Ssh.ArcProxy

SSH

Enter-AzVM

Starts an interactive SSH session to an Azure Resource (such as Azure VMs or Arc Servers). Users can login using Microsoft Entra accounts, or local user accounts via standard SSH authentication. Use Microsoft Entra account login for the best security and convenience.

Export-AzSshConfig

This cmdlet exports an SSH configuration file that can be used to connect to Azure Resources through client applications that support OpenSSH config and certificates. SSH config files can be created that use Microsoft Entra ID issued certificates or local user credentials.