diff --git a/TerminalDocs/tutorials/ssh.md b/TerminalDocs/tutorials/ssh.md index 9a9e13cc..c70970c5 100644 --- a/TerminalDocs/tutorials/ssh.md +++ b/TerminalDocs/tutorials/ssh.md @@ -1,9 +1,9 @@ --- title: Windows Terminal SSH description: In this tutorial, learn how to set up an SSH connection in Windows Terminal. -author: cinnamon-msft -ms.author: cinnamon -ms.date: 10/06/2022 +author: nguyen-dows +ms.author: chrnguyen +ms.date: 03/31/2023 ms.topic: tutorial #Customer intent: As a developer or IT admin, I want to set up am SSH connection in Windows Terminal so that I can connect to other servers. --- @@ -20,9 +20,6 @@ By default, the OpenSSH client will be located in the directory: `C:\Windows\Sys ![OpenSSH feature in Windows Settings](../images/ssh-optonialfeatures.png) -> [!NOTE] -> Windows Terminal version 1.XX+ can dynamically generate profiles to connect to the SSH hosts within your [OpenSSH config file](https://man.openbsd.org/ssh_config). - ## Create a profile You can start an SSH session in your command prompt by executing `ssh user@machine` and you will be prompted to enter your password. You can create a Windows Terminal profile that does this on startup by adding the `commandline` setting to a profile in your [settings.json file](../install.md#settings-json-file) inside the `list` of profile objects.