0

I use SSH authentication and it works fine. Right now I have a batch file(.bat) which has "ssh username@server" In one click I connect to that particular linux machine's Shell. But it opens regular/default windows console.

Is there a way that I can connect to that a linux machine's Shell but with "Windows Terminal" with just one-click?

1
  • At this time there really isn't any way to replace the command prompt and/or PowerShell with Windows Terminal. I mention that fact because that would be one of the only ways to accomplish what you want.
    – Ramhound
    Commented Mar 3, 2021 at 15:25

1 Answer 1

0
wt.exe ssh username@server

Save it as a batch file (or as a target for a shortcut) and it will open your default profile in Windows Terminal.

https://docs.microsoft.com/en-us/windows/terminal/command-line-arguments

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .