Dynamic PowerShell and SSH remoting tabs for Windows Terminal
In this post, I will share with you how to add PSRemoting and SSH remoting tabs to the new Windows Terminal…
In this post, I will share with you how to add PSRemoting and SSH remoting tabs to the new Windows Terminal…
I came accross the following error while remoting to a standalone computer: WinRM cannot process the request. The following error with error code 0x8009030e occurred while using Negotiate authentication: A specified logon session does not exist. It may already have been terminated. Because for all other computers I am using Kerberos authentication, I was not […]
The following error with errorcode 0x80090311 occurred while using Kerberos authentication
You may get the following error while trying to use the New-PSSession or the Enter-PSSession cmdlets with the SSHTransport parameter. This happens because the cmdlet doesn’t find the ssh.exe file. You have two solutions: Install SSH and ensure ssh.exe is accessible through one of the folders from the Path environment variable Copy ssh.exe in one […]
Main key steps If you are already opening PSSessions on other computers, then there are only two key steps which are different for Azure VMs: Add a new inbound rule to the VM‘s Network Security Group Change the existing firewall rule on the target computer to accept remote computers outside the local subnet However, to […]