dknelsonWiki
Posts   |   Categories   |   Tags   |   Archives

Powered by Pelican
dknelsonWiki
Posts   |   Categories   |   Tags   |   Archives


Published
Fri 04 November 2022
Category: terminal
Tags: terminal winterm

Windows Terminal Cheatsheet

Include SSH Profile

Add the following to settings.json inside the list property of profiles:

{
    "name": "SSH Profile",
    "commandline": "ssh user@machine"
}

Microsoft Documentation