I setup an SSH server in my windows 10 PC using MobaSSH Server. I then connected to it using another windows 10 PC using MobaXterm SSH Client (through a local user account in the server). X11-Forwarding is configured on both server and client.
I wanted to access a .txt file in my server. So in the Xterm SSH Client terminal, I moved to the corresponding directory and tried the command:
notepad xyz.txt
I was expecting the notepad application in the server to open in my terminal. But nothing happened. The terminal looked frozen. Had to apply Ctr+C to exit out. I tried Putty with X11 forwarding. Still didn't work.
Is it not possible to access server's windows applications through this method ??? I found success with Linux's SSH server. I could open applications like gvim. But in case of Windows, its not working. Is there any other way?