Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Dynamic SSH profiles from doc since it has not been implemente… #650

Merged
merged 2 commits into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions TerminalDocs/tutorials/ssh.md
Original file line number Diff line number Diff line change
@@ -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.
---
Expand All @@ -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.
Expand Down