Az.Ssh
이 모듈을 사용하면 SSH(Secure Shell)를 사용하여 Azure VM 또는 Arc Server와 같은 Azure 리소스에 대한 대화형 셸 연결을 만들 수 있습니다. Microsoft Entra 계정 또는 로컬 컴퓨터 계정을 사용하여 연결을 설정할 수 있습니다. 이 모듈에서는 OpenSSH를 설치하고 클라이언트 머신에서 검색할 수 있어야 합니다. 중요 참고: Azure Arc 리소스에 연결할 때 이 모듈을 사용하려면 Az.Ssh.ArcProxy 모듈도 클라이언트 컴퓨터에 설치해야 합니다. cmdlet은 PowerShell 갤러리에서 모듈을 설치하려고 시도하지만 사용자에게는 모듈을 직접 설치하는 옵션도 있습니다. 사용자에게 Az.Ssh.ArcProxy 모듈에서 프록시 파일을 실행할 수 있는 권한도 있어야 합니다. 그렇지 않으면 연결이 실패합니다. 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. |
Azure PowerShell