Thanks, I am planning to move out of costly securecrt which looks old age now. I am missing 2 features though- one to run an external python script inside the ssh session and secondly to log all my commands into a text automatically. Also I would like to know if there is a send to terminal as string shortcut on windows terminal.
Console = conhost.exe Shell (command prompt) = cmd.exe The correct terminology is Windows Terminal is an alternative conhost.exe, but not a replacement. Cmd.exe, command prompt, is the Microsoft shell that conhost.exe sends/receives text I/O to/from cmd.exe built in commands.
Hi! how can i open directly ssh clicking on Windows Terminal icon? instead open WT and then select ssh profile? there si a way to save custom profile at first page?
Hey Stephen. The first profile in your list is what WT defaults to. In my video I have Powershell as the first item in the list, if you want SSH to be your default put it as your first entry. Hope that helps.
@@DevOpsJourney EDIT: solved! in json settings there si on top a string named "defaultProfile": "{ }", insert between parentesi GUID of prefered terminal. In my case when I have create ssh I also have generated a new guid
Are you using Windows Terminal for SSH sessions?
yes.
can you also add a password so it logs in automatically when it opens?
Thank you. This is awesome
great guide, thanks a lot, dude!
Thanks, I am planning to move out of costly securecrt which looks old age now. I am missing 2 features though- one to run an external python script inside the ssh session and secondly to log all my commands into a text automatically. Also I would like to know if there is a send to terminal as string shortcut on windows terminal.
Console = conhost.exe
Shell (command prompt) = cmd.exe
The correct terminology is Windows Terminal is an alternative conhost.exe, but not a replacement.
Cmd.exe, command prompt, is the Microsoft shell that conhost.exe sends/receives text I/O to/from cmd.exe built in commands.
Good explanation! I always just refer to it as cmd prompt, but the details do matter. Thanks for sharing.
Thank you so much
Hi! how can i open directly ssh clicking on Windows Terminal icon? instead open WT and then select ssh profile? there si a way to save custom profile at first page?
Hey Stephen. The first profile in your list is what WT defaults to. In my video I have Powershell as the first item in the list, if you want SSH to be your default put it as your first entry.
Hope that helps.
@@DevOpsJourney EDIT: solved! in json settings there si on top a string named "defaultProfile": "{ }", insert between parentesi GUID of prefered terminal.
In my case when I have create ssh I also have generated a new guid
@@StephenYT. Thanks for sharing the solution!