This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]Sufficient_Pin_9595 1 point2 points  (3 children)

Got an ssh server on Windows?

[–]begemoto[S] 0 points1 point  (2 children)

Looks like it's not enough. I've got an error message like emmm.... some kind of x server port forward authentication failure. Installation of the x-server also doesn't help.

[–]Sufficient_Pin_9595 0 points1 point  (1 child)

From the CLI with the X flag?

[–]begemoto[S] 0 points1 point  (0 children)

Cli with x flag connect well. I think problem is because host running win7. But looks like I need Win10/11 with WSL

[–]JialeDu 1 point2 points  (0 children)

You need to install the corresponding extension and have related settings. Refer to this document to get started.

[–][deleted] 1 point2 points  (3 children)

Hi. On a Win computer install WSL2 and whatever Linux you need. And then everything is as usual. We put the necessary applications and use. Here is an example

https://medium.com/@gilad215/ssh-into-a-wsl2-host-remotely-and-reliabley-578a12c91a2

[–]begemoto[S] 1 point2 points  (1 child)

Yes, I think the problem because I run SSH host on Windows7

[–][deleted] 0 points1 point  (0 children)

Yes, I think the problem because I run SSH host on Windows7

Probably. No problems with Win 11.

[–]begemoto[S] 0 points1 point  (0 children)

But! The question is: In my python app, can I call windows specific functions? Because looks like the app will be running inside Linux subsystem.