WSL bash + ConEmu

71f2b46d.png

1
"C:\Program Files\ConEmu\ConEmu64.exe" -run bash.exe -cur_console:c -c "ssh !U@!@ -p !#" -new_console:p5

WSL bash + cmd

1
"C:\Windows\System32\cmd.exe" /k "C:\Windows\Sysnative\bash.exe -c ^"mosh -p !# --ssh=^'ssh -p !#^' !U@!@^""

Windows Terminal + WSL

1
wt.exe -w 0 new-tab -p "Ubuntu-20.04" ssh !U@!@ -p !#