Spyke
linux·Linuxbychakli

What’s a good terminal emulator for windows to connect to ssh and WSL?

I am looking some recommendations for a terminal emulator from windows to login to Linux via ssh+tmux and also connect to WSL.

It needs to have support for multiple tabs, would be nice if it also had split window support. And mostly should feel like a Linux terminal emulator.

I am mostly used to konsole, so something like that would be preferable. I have been using alacritty, but no tabs makes me feel weird.

View original on lemmy.world
lemmy.world

Microsoft Terminal supports tabs and custom profiles. It can host Azure CLI, PowerShell, CMD.exe, and Bash.
Windows ships with openssh that is usable in any of the supported cli.

I use it all the time for work to ssh into systems.

46
chaklireply
lemmy.world

I have tried this, but feels clunky to me. And the copy paste behaviour is kind of weird. Similar to cmd.

6
lemmy.ca

You can modify that in the configs.

Honestly, after using Windows and Linux side-by-side for 25 years, the new Windows Terminal is the best terminal emulator they ever made.

18

Wow, had to spend couple if hours configuring it. Almost as nice as konsole.

1
hisaoreply
ani.social

Also it has smart suggestions system which I really like. Initially it was on by default iirc, but nowadays I think you have to turn it on yourself. What it does is basically after you did any command like "ssh [email protected]", it will remember that and next time you start typing "ssh" it will automatically provide full command as autocompletion suggestion. It's purely textual so it works with anything.

4
swab148reply
lemm.ee

Are Windows users just now getting this feature? I've had autosuggestions in my oh-my-zsh config for years.

4

I've never seen it on Windows before Windows Terminal, but the latter has been around for a few years at least. I wouldn't doubt we can have this and much more with Linux shells.

2

Microsoft's installed ssh has a phone home behaviour, it logs the server IP you connected to back to the MS mothership during your login.

3

I use Windows Terminal nowadays. It feels more clunky and slow than say, foot or kitty on Linux, but it's functional.

Before, I used to use PuTTY for ssh sessions, it feels more fluid, but it needs a lot of configuring to get the terminal behavior just right, and the settings UI is really outdated. It also doesn't support WSL (unless you run sshd on WSL and ssh into the system).

6

Windows Terminal is slower and a bit weird to use

It does work though. Way better than gWSL

3
lemm.ee

Just straight vanilla powershell is pretty good

3

I used just plain command prompt for a long time when I was on Windows, but I did find a nice one called Tabby. The only problem is getting it to run as your default terminal.

1

I just use git-bash, I don't know how it gets installed though. Source tree maybe?

1
chaklireply
lemmy.world

I don’t see a download for windows on its page. Or did you mean build from source

1

You reached the end