Start using SSH on Windows Terminal RIGHT NOW!

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 13

  • @DevOpsJourney
    @DevOpsJourney  4 года назад +6

    Are you using Windows Terminal for SSH sessions?

  • @BrickTamlandOfficial
    @BrickTamlandOfficial Год назад +3

    can you also add a password so it logs in automatically when it opens?

  • @onurbamaro
    @onurbamaro 2 года назад

    Thank you. This is awesome

  • @kon5791
    @kon5791 2 года назад

    great guide, thanks a lot, dude!

  • @garivloprincip7587
    @garivloprincip7587 2 года назад

    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.

  • @tallgeese1
    @tallgeese1 4 года назад +1

    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.

    • @DevOpsJourney
      @DevOpsJourney  4 года назад +2

      Good explanation! I always just refer to it as cmd prompt, but the details do matter. Thanks for sharing.

  • @shruh493
    @shruh493 3 года назад +1

    Thank you so much

  • @StephenYT.
    @StephenYT. 4 года назад +1

    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?

    • @DevOpsJourney
      @DevOpsJourney  4 года назад +1

      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.

    • @StephenYT.
      @StephenYT. 4 года назад

      @@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

    • @DevOpsJourney
      @DevOpsJourney  4 года назад

      @@StephenYT. Thanks for sharing the solution!