Hello!
I am looking for a way to open a ssh connection without using the putty client.
In Windows there is a terminal emulator called Windows Terminal.
I have tried to generate the line to open a terminal but it always closes the application. Has anyone managed to integrate an ssh connection without using putty?
C:\\Users\\user\\AppData\\Local\\Microsoft\\WindowsApps\\wt -w 0 C:\\WINDOWS\\system32\\bash.exe -c "ssh -v %h -p %p""
I am attentive to all possible options.
Regards.