Ben Randall

Results 51 comments of Ben Randall

> I used Windows11 to connect to debain 11 and had this problem > > ![image](https://user-images.githubusercontent.com/37170330/211558925-0ccf1ce8-5fdb-4c6e-b716-0d20e70b13e4.png) > Yes, the text after `Error reported:` is the output from the powershell profile...

> How do I find the specific error message?Is there a reference document? It's not an actual error. That's what this GitHub issue is talking about. Your PowerShell setup is...

I cannot help you with this problem. You need to look at the powershell profile or SSH configuration on the Linux environment you are connecting to and determine what is...

That version number is being output by PowerShell as part of the "header logo". If you run `pwsh` using the `--NoLogo` (or `-nol`) parameter it won't output the version. ```...

@MFunction96 - Dope! I'm glad there's an option to pass `-nologo` that works! I [submitted a fix to remove that note](https://github.com/MicrosoftDocs/PowerShell-Docs/pull/9745) and pinged the original author. We'll see if it's...

@coolqingcheng, follow the [instructions here](https://learn.microsoft.com/en-us/powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core?view=powershell-7.3#install-the-ssh-service-on-a-windows-computer) but ignore the note about not needing `-nologo`.

This is still broken, just wanted to ping this again to find out if there's any known workarounds.

@OsirisTerje - This is probably more complicated than I'm assuming you were expecting when you suggested raising this PR for `version315`. Before I spend any time testing this and verifying...

Okay, finally found a few minutes to troubleshoot this. Had to add some extra dependencies for .NET 5 and .NET 6. Verified tests all pass on Windows, I don't have...

@OsirisTerje - Quick bump in case this you missed this one.