Windows Terminal ssh到linux

  1. windows store安装 Windows Terminal

  2. 打开json文件配置

复制代码
{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": 
    [
        {
            "command": 
            {
                "action": "copy",
                "singleLine": false
            },
            "id": "User.copy.644BA8F2",
            "keys": "ctrl+c"
        },
        {
            "command": "paste",
            "id": "User.paste",
            "keys": "ctrl+v"
        },
        {
            "command": "find",
            "id": "User.find",
            "keys": "ctrl+shift+f"
        },
        {
            "command": 
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "id": "User.splitPane.A6751878",
            "keys": "alt+shift+d"
        }
    ],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "newTabMenu": 
    [
        {
            "type": "remainingProfiles"
        }
    ],
    "profiles": 
    {
        "defaults": {},
        "list": 
        [
            {
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "\u547d\u4ee4\u63d0\u793a\u7b26"
            },
            {
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": false,
                "name": "PowerShell",
                "source": "Windows.Terminal.PowershellCore"
            },
            {
                "guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}",
                "hidden": true,
                "name": "Ubuntu-22.04",
                "source": "Windows.Terminal.Wsl"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}",
                "hidden": false,
                "name": "Ubuntu 22.04.5 LTS",
                "source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
            },
			{
			   "guid": "{4ff56d04-d9cf-57ea-bae2-ad396374ee87}",
			   "name": "114.117.199.127",
			   "hidden": false,
			   "commandline": "ssh -i C:\\Users\\PC\\.ssh\\id_ed25519 root@114.117.199.127"
			},
			{
			   "guid": "{5ff56d04-d9cf-57ea-b3e2-ad3923w4ee87}",
			   "name": "49.232.249.53",
			   "hidden": false,
			   "commandline": "ssh -i C:\\Users\\PC\\.ssh\\id_ed25519 root@49.232.249.53"
			}
        ]
    },
    "schemes": [],
    "themes": []
}
相关推荐
2401_834636993 分钟前
Linux集群技术-高可用与负载均衡实战解析
linux·运维·负载均衡
吠品5 分钟前
处理 Python 类继承中那些变来变去的初始化参数
linux·前端·python
winlife_9 分钟前
全程用 AI 做一款商业级手游 · EP10 道具系统:让三个按钮真正改变棋盘
windows·算法·unity·ai编程·游戏开发·mcp·玩法系统
zahuilg1013 分钟前
Mac原生终端SSH一键快捷连接|无需装软件、极简安装、快速上手
macos·ssh·github·终端
帅大大的架构之路14 分钟前
linux上面的一些小知识点
linux·运维·服务器
光电笑映19 分钟前
进程间通信:深入 System V IPC:共享内存、消息队列与信号量
linux·运维·服务器·c++
RisunJan19 分钟前
Linux命令-patch (为开放源代码软件安装补丁程序)
linux·服务器·算法
皆圥忈32 分钟前
_Linux文件系统与磁盘结构深度解析
linux
向日葵.35 分钟前
linux & qnx & git 命令 2
linux·运维·git
丑过三八线35 分钟前
Systemd Cgroup 驱动详解
linux·ubuntu·容器